You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/styles/components/main-header-horizontal/layout.scss

22 lines
349 B

%main-header-horizontal {
display: flex;
}
%main-header-horizontal {
align-items: center;
height: 48px;
}
%main-header-horizontal::before {
content: '';
position: absolute;
z-index: -1;
left: 0;
width: 100vw;
height: 48px;
}
%main-header-horizontal > a {
display: block;
margin-right: 12px;
line-height: 0;
font-size: 0;
}