mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
8 lines
94 B
SCSS
8 lines
94 B
SCSS
.app {
|
|
@include gradient-background;
|
|
margin: 0;
|
|
|
|
& > div {
|
|
min-height: 100vh;
|
|
}
|
|
}
|