Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 2737e4e

Browse files
committed
Remove box-shadow from dg-header
1 parent 69896a1 commit 2737e4e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

core/styleguide/css/styleguide.scss

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ $animate-quick: 0.2s;
159159
z-index: 2;
160160
width: 100%;
161161

162-
-webkit-box-shadow: inset 0 1px 0 #5f6164,inset 0 -1px 0 #2e2f2f,0 1px 3px rgba(0,0,0,0.3);
163-
-moz-box-shadow: inset 0 1px 0 #5f6164,inset 0 -1px 0 #2e2f2f,0 1px 3px rgba(0,0,0,0.3);
164-
box-shadow: inset 0 1px 0 #5f6164,inset 0 -1px 0 #2e2f2f,0 1px 3px rgba(0,0,0,0.3);
165-
166162
* {
167163
-moz-box-sizing: border-box;
168164
-webkit-box-sizing: border-box;
@@ -328,10 +324,6 @@ $animate-quick: 0.2s;
328324
top: 0;
329325
right: 0;
330326
z-index: 2;
331-
332-
@media all and (min-width: $sg-bp-large) {
333-
width: 44em;
334-
}
335327
}
336328

337329
.sg-control-trigger {
@@ -1006,4 +998,4 @@ div.clear {
1006998
margin-left: -20px;
1007999
}
10081000
}
1009-
}
1001+
}

0 commit comments

Comments
 (0)