Version 4 with Laravel Mix
This commit is contained in:
parent
0cafd60448
commit
f0198f659b
32 changed files with 13032 additions and 352 deletions
|
@ -1 +1,21 @@
|
|||
|
||||
.header {
|
||||
padding: $base-spacing-unit 0;
|
||||
margin-bottom: ($base-spacing-unit * 2);
|
||||
.header__navigation {
|
||||
@include resp-max($breakpoint-md) {
|
||||
display: none;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: map-get($colors, 'background');
|
||||
nav {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue