Layout fixes
This commit is contained in:
parent
1e65ffdf24
commit
2654974bdd
8 changed files with 14 additions and 39 deletions
|
@ -1,7 +1,7 @@
|
|||
@mixin menu {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
$shadow-color: opacify($background, .8);
|
||||
$shadow-color: transparentize($background, .2);
|
||||
$shadow: 0 10px $shadow-color, -10px 10px $shadow-color, 10px 10px $shadow-color;
|
||||
position: absolute;
|
||||
background: $background;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue