From 2737e4eb88afc3bec5bece3751bc27c7be81273c Mon Sep 17 00:00:00 2001 From: Brad Frost Date: Sat, 15 Mar 2014 16:54:24 -0400 Subject: [PATCH] Remove box-shadow from dg-header --- core/styleguide/css/styleguide.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/core/styleguide/css/styleguide.scss b/core/styleguide/css/styleguide.scss index fb0f909..099227c 100755 --- a/core/styleguide/css/styleguide.scss +++ b/core/styleguide/css/styleguide.scss @@ -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; } } -} +} \ No newline at end of file