mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 05:58:40 +00:00
16 lines
294 B
SCSS
16 lines
294 B
SCSS
.edit-user-modal {
|
|
position: relative;
|
|
.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;
|
|
}
|
|
}
|