1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 14:18:30 +01:00

Remove box-shadow from dg-header

This commit is contained in:
Brad Frost 2014-03-15 16:54:24 -04:00
parent 69896a1d27
commit 2737e4eb88

View File

@ -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 {