mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fleet UI: [tiny fix] Body background color for auth pages on resize (#14489)
This commit is contained in:
parent
632e21ce55
commit
481a8bcff2
1
changes/bug-14106-setup-resizing-body-color
Normal file
1
changes/bug-14106-setup-resizing-body-color
Normal file
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user