From: Steve Sutton Date: Tue, 31 Mar 2015 16:55:13 +0000 (-0400) Subject: Update the mobile area X-Git-Tag: v1.0.0^2~41 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8d05b01a4d0b412ad362b2befc8d9a5e43356ea7;p=WP-Themes%2FSaultHistoricSites.git Update the mobile area Output the address phone number and search into the mobile off canvas area. --- diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index 82fba5c..40f1f81 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -1,3 +1,15 @@ diff --git a/scss/_structure.scss b/scss/_structure.scss index 86b0646..7c39497 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -39,27 +39,27 @@ body { } a { &#magnifying-glass { - font-size: 10em; /* This controls the size. */ - display: inline-block; - width: rem-calc(10); + font-size: 10em; /* This controls the size. */ + display: inline-block; + width: rem-calc(10); height: rem-calc(10); - border: rem-calc(2) solid $red; - position: relative; + border: rem-calc(2) solid $red; + position: relative; border-radius: 0.35em; bottom: rem-calc(-13); left: rem-calc(182); margin-top: -5px; &:before { - content: ""; - display: inline-block; - position: absolute; - right: rem-calc(-7); - bottom: rem-calc(-4); - border-width: 0; - background: $red; - width: rem-calc(8); - height: rem-calc(2); - -webkit-transform: rotate(45deg); + content: ""; + display: inline-block; + position: absolute; + right: rem-calc(-7); + bottom: rem-calc(-4); + border-width: 0; + background: $red; + width: rem-calc(8); + height: rem-calc(2); + -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); @@ -190,7 +190,7 @@ body { } } &.drop_left { - + & .dropdown { padding-left: 205px; padding-right: 21px; @@ -225,7 +225,7 @@ body { } &.brief-d { h3 { - font-family:'Josefin Slab'; + font-family:'Josefin Slab'; font-size: rem-calc(20); font-weight: bold; color: $blue; @@ -263,7 +263,7 @@ body { } } &.drop_right { - + & .dropdown { padding-left: 21px; padding-right: 205px; @@ -553,3 +553,9 @@ body { } } } +/* START mobile address */ +.mobile-vcard { + border: none; + color: $white; +} +/* END mobile address */