23 lines
359 B
CSS
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;
|
||
|
}
|
||
|
}
|