mirror of https://github.com/hashicorp/consul
8 lines
186 B
SCSS
8 lines
186 B
SCSS
|
@import './main-header-horizontal/index';
|
||
|
[role='banner'] {
|
||
|
@extend %main-header-horizontal;
|
||
|
}
|
||
|
%main-header-horizontal::before {
|
||
|
background-color: var(--swatch-brand-600, $black);
|
||
|
}
|