fleet/frontend/layouts/CoreLayout/_styles.scss
noahtalerman c2700ee5c6
Align Fleet UI colors with Figma components (#615)
- 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.
2021-04-09 12:04:11 -07:00

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;
}