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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
- Setup flows background covers the entire viewport when resized

View File

@ -14,3 +14,8 @@
height: 100vh;
}
}
// Ensures resizing viewport matches bottom of page color gradients-dark-gradient-vertical
body {
background-color: #201e43;
}