From 743f0b38df67384a0ddf8573d35c0fd6e9214056 Mon Sep 17 00:00:00 2001 From: ilhan orhan Date: Thu, 19 Mar 2020 14:19:17 +0200 Subject: [PATCH] fix(ui5-busyindicator): display as size=Large by default (#1315) --- packages/main/src/themes/BusyIndicator.css | 5 +++++ packages/main/test/pages/BusyIndicator.html | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/packages/main/src/themes/BusyIndicator.css b/packages/main/src/themes/BusyIndicator.css index 8950eea9ebbc..31e7dc03e613 100644 --- a/packages/main/src/themes/BusyIndicator.css +++ b/packages/main/src/themes/BusyIndicator.css @@ -48,12 +48,17 @@ align-items: center; position: relative; background-color: inherit; + min-width: 8rem; + min-height: 3rem; } .ui5-busyindicator-circle { display: inline-block; background-color: currentColor; border-radius: 50%; + width: 1rem; + height: 1rem; + margin: 0 .75rem; } .ui5-busyindicator-circle::before { diff --git a/packages/main/test/pages/BusyIndicator.html b/packages/main/test/pages/BusyIndicator.html index 597009bf0de7..f901cbcc9085 100644 --- a/packages/main/test/pages/BusyIndicator.html +++ b/packages/main/test/pages/BusyIndicator.html @@ -23,6 +23,12 @@ + Default (Large) ui5-busyindicator + +
+
+ + Medium ui5-busyindicator