mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
10 lines
178 B
SCSS
10 lines
178 B
SCSS
|
.page-header {
|
||
|
@include trailer;
|
||
|
@include transition-property(padding);
|
||
|
background: $color-background;
|
||
|
border-color: $color-border;
|
||
|
|
||
|
&,
|
||
|
a { color: $color-accent; }
|
||
|
}
|