fleet/frontend/pages/ApiOnlyUser/_styles.scss
2024-12-05 15:54:43 -05:00

9 lines
204 B
SCSS

.api-only-user {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
min-height: 100vh;
background: $gradients-dark-gradient-vertical;
}