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