You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
167 B
SCSS
11 lines
167 B
SCSS
|
5 years ago
|
.header{
|
||
|
|
height: 150px;
|
||
|
|
width: 100%;
|
||
|
|
|
||
|
|
position: absolute;
|
||
|
|
background: #259CB8;
|
||
|
|
top: 0;
|
||
|
|
}
|
||
|
|
.header-toolbar{
|
||
|
|
--background: #259CB8 !important;
|
||
|
|
}
|