From 1c81164a8b5179eaad4ec7d80de872e1f68f7d81 Mon Sep 17 00:00:00 2001 From: Martin Hristov Date: Wed, 25 Mar 2020 11:40:26 +0200 Subject: [PATCH] fix(ui5-busyindicator): improve stylings --- packages/main/src/themes/BusyIndicator.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/main/src/themes/BusyIndicator.css b/packages/main/src/themes/BusyIndicator.css index dec82fbcf89d..756666a79928 100644 --- a/packages/main/src/themes/BusyIndicator.css +++ b/packages/main/src/themes/BusyIndicator.css @@ -49,17 +49,12 @@ 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 {