Fleet UI: [tiny fix] Body background color for auth pages on resize (#14489)

This commit is contained in:
RachelElysia
2023-10-12 11:58:43 -04:00
committed by GitHub
parent 632e21ce55
commit 481a8bcff2
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1 @@
- Setup flows background covers the entire viewport when resized
@@ -14,3 +14,8 @@
height: 100vh;
}
}
// Ensures resizing viewport matches bottom of page color gradients-dark-gradient-vertical
body {
background-color: #201e43;
}