mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
9 lines
204 B
SCSS
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;
|
|
}
|