mirror of
https://github.com/pattern-lab/patternlab-php.git
synced 2025-01-17 06:08:23 +01:00
Remove box-shadow from dg-header
This commit is contained in:
parent
69896a1d27
commit
2737e4eb88
@ -159,10 +159,6 @@ $animate-quick: 0.2s;
|
||||
z-index: 2;
|
||||
width: 100%;
|
||||
|
||||
-webkit-box-shadow: inset 0 1px 0 #5f6164,inset 0 -1px 0 #2e2f2f,0 1px 3px rgba(0,0,0,0.3);
|
||||
-moz-box-shadow: inset 0 1px 0 #5f6164,inset 0 -1px 0 #2e2f2f,0 1px 3px rgba(0,0,0,0.3);
|
||||
box-shadow: inset 0 1px 0 #5f6164,inset 0 -1px 0 #2e2f2f,0 1px 3px rgba(0,0,0,0.3);
|
||||
|
||||
* {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
@ -328,10 +324,6 @@ $animate-quick: 0.2s;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
|
||||
@media all and (min-width: $sg-bp-large) {
|
||||
width: 44em;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-control-trigger {
|
||||
@ -1006,4 +998,4 @@ div.clear {
|
||||
margin-left: -20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user