mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
15 lines
274 B
SCSS
15 lines
274 B
SCSS
.create-user-modal {
|
|
.loading-spinner {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
background: rgba(255, 255, 255, 0.75);
|
|
z-index: 1;
|
|
border-radius: 8px;
|
|
margin: 0;
|
|
}
|
|
}
|