Fleet UI: [tiny fix] Body background color for auth pages on resize (#14489)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user