mirror of
https://github.com/harness/drone.git
synced 2025-05-04 16:52:22 +08:00
11 lines
183 B
SCSS
11 lines
183 B
SCSS
.loadingSpinnerWrapper {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
width: 0px
|
|
} |