Update _common-4.0.scss
This commit is contained in:
parent
605328f5c8
commit
0e3cc3c036
1 changed files with 7 additions and 0 deletions
|
@ -2172,6 +2172,13 @@ headerbar {
|
||||||
background-color: $header_bg_backdrop;
|
background-color: $header_bg_backdrop;
|
||||||
border-color: if($variant=='light', lighten($header_border, 15%), darken($header_border, 3%));
|
border-color: if($variant=='light', lighten($header_border, 15%), darken($header_border, 3%));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.flat {
|
||||||
|
&, &:backdrop {
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.default-decoration {
|
&.default-decoration {
|
||||||
|
|
Loading…
Reference in a new issue