fleet/frontend/pages/admin/UserManagementPage/components/CreateUserModal/_styles.scss
2021-10-26 09:24:16 -05:00

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;
}
}