Skip to content

Commit

Permalink
chore(ui5-busyindicator): merge changes (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored Apr 21, 2020
1 parent 4118c68 commit df2671f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/main/src/themes/BusyIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
position: absolute;
z-index: 99;
width: 100%;
/* Fixes IE positioning */
left: 0;
right: 0;
top: 50%;
transform: translate(0, -50%);
}

.ui5-busyindicator-circle {
Expand All @@ -97,11 +102,6 @@
justify-content: center;
align-items: center;
background-color: inherit;
/* Fixes IE positioning */
left: 0;
right: 0;
top: 50%;
transform: translate(0, -50%);
}

.circle-animation-0 {
Expand Down

0 comments on commit df2671f

Please sign in to comment.