Move header styles into header.less

Change-Id: Ia68745a74e988fe10fbb77ccfbc10ee347899d77
This commit is contained in:
bwang 2021-11-12 11:56:44 -06:00
parent 280b7b28f7
commit e5cb874ea2
2 changed files with 11 additions and 11 deletions

View file

@ -1,3 +1,14 @@
.header-container {
border-bottom: 1px solid @colorGray12;
padding: 0 @contentPadding;
&.header-chrome {
background-color: @chromeColor;
border: 0;
box-shadow: inset 0 -1px 3px rgba( 0, 0, 0, 0.08 );
}
}
.minerva-header {
.branding-box {
opacity: @opacity-icon-subtle; // T251135

View file

@ -54,17 +54,6 @@ main {
display: block;
}
.header-container {
border-bottom: 1px solid @colorGray12;
padding: 0 @contentPadding;
&.header-chrome {
background-color: @chromeColor;
border: 0;
box-shadow: inset 0 -1px 3px rgba( 0, 0, 0, 0.08 );
}
}
// JavaScript overlay and server side rendered header
.overlay-header,
.minerva-header {