Skip to content

Commit

Permalink
fix(ui5-busyindicator): improve stylings (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
MapTo0 committed Mar 25, 2020
1 parent 04b85b7 commit c3dd3f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/main/src/themes/BusyIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c3dd3f4

Please sign in to comment.