open-nomad/website/components/mega-nav/style.css
2020-02-22 15:41:06 -08:00

23 lines
359 B
CSS

@import './temporary_suite.css';
.g-mega-nav {
background: black;
width: 100%;
height: 48px;
display: flex;
align-items: center;
& .hashicorp-logo {
line-height: 0;
}
& .g-nav-inner {
width: 100%;
padding-left: 32px;
padding-right: 32px;
display: flex;
justify-content: space-between;
align-items: center;
}
}