tweak header box shadow
This commit is contained in:
parent
5c0bb56748
commit
70cccb0a06
|
@ -4,11 +4,10 @@
|
|||
top: 0;
|
||||
z-index: 1001;
|
||||
background-color: $header_background;
|
||||
box-shadow: 0 2px 4px -2px rgba(0,0,0, .25);
|
||||
box-shadow: 0 2px 4px -1px rgba(0,0,0, .25);
|
||||
|
||||
.docked & {
|
||||
position: fixed;
|
||||
|
||||
}
|
||||
|
||||
.contents {
|
||||
|
|
Loading…
Reference in New Issue