mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
- This if the 1st PR as part of the of the Align components in Fleet UI with design system in Figma #539 - These changes replace all the color variables in /styles/var/colors.scss with new colors and naming convention used in Figma.
24 lines
373 B
SCSS
24 lines
373 B
SCSS
.app-wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.core-wrapper {
|
|
flex-grow: 1;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
background-color: $core-white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.site-nav {
|
|
background: $gradients-dark-gradient;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
}
|