fleet/frontend/pages/admin/UserManagementPage/components/CreateUserModal/_styles.scss

16 lines
274 B
SCSS
Raw Normal View History

2021-10-26 14:24:16 +00:00
.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;
}
}