Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
24
assets/scss/partials/layout/_header.scss
Normal file
24
assets/scss/partials/layout/_header.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
@use 'modules/color_theme' as color;
|
||||
@use 'modules/config' as conf;
|
||||
|
||||
.header {
|
||||
@include color.themed() {
|
||||
background-color: color.t('accent');
|
||||
}
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
|
||||
@include conf.desktop {
|
||||
position: sticky;
|
||||
|
||||
@include color.themed() {
|
||||
border-bottom: color.t('border');
|
||||
}
|
||||
}
|
||||
|
||||
@include conf.print {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue