add header scss to make room for nav
This commit is contained in:
parent
4052bef988
commit
fa5c9a118d
@ -0,0 +1,34 @@
|
|||||||
|
|
||||||
|
/* Header */
|
||||||
|
|
||||||
|
#header {
|
||||||
|
top: 80px;
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
@include breakpoint('<=xlarge') {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@include breakpoint('<=large') {
|
||||||
|
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
@include breakpoint('<=medium') {
|
||||||
|
top: 60px;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
@include breakpoint('<=small') {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@include breakpoint('<=xsmall') {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@include breakpoint('<=xxsmall') {
|
||||||
|
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
}
|
@ -10,6 +10,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: _palette(bg);
|
background: _palette(bg);
|
||||||
|
z-index: 999999999;
|
||||||
|
|
||||||
&.scrolled {
|
&.scrolled {
|
||||||
background: _palette(white);
|
background: _palette(white);
|
||||||
|
Reference in New Issue
Block a user