www
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
16 additions
and
4 deletions
| ... | @@ -19472,6 +19472,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19472,6 +19472,7 @@ ul.sf_date_field .sf-datepicker { |
| 19472 | margin-top: 2.5rem; | 19472 | margin-top: 2.5rem; |
| 19473 | padding: 0rem 6.25rem; | 19473 | padding: 0rem 6.25rem; |
| 19474 | position: relative; | 19474 | position: relative; |
| 19475 | box-shadow: -2px 7px 7px 0 rgba(0, 0, 0, 0.25); | ||
| 19475 | } | 19476 | } |
| 19476 | @media only screen and (max-width: 48.875rem) { | 19477 | @media only screen and (max-width: 48.875rem) { |
| 19477 | .entry-header.page .search-box { | 19478 | .entry-header.page .search-box { |
| ... | @@ -20087,10 +20088,15 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20087,10 +20088,15 @@ ul.sf_date_field .sf-datepicker { |
| 20087 | } | 20088 | } |
| 20088 | } | 20089 | } |
| 20089 | .promo-area a { | 20090 | .promo-area a { |
| 20091 | display: block; | ||
| 20092 | margin-top: 20px; | ||
| 20090 | color: #fff; | 20093 | color: #fff; |
| 20094 | font-weight: bold; | ||
| 20095 | text-decoration: none; | ||
| 20096 | text-transform: uppercase; | ||
| 20091 | } | 20097 | } |
| 20092 | .promo-area a:hover { | 20098 | .promo-area a:hover { |
| 20093 | text-decoration: none; | 20099 | text-decoration: underline; |
| 20094 | } | 20100 | } |
| 20095 | .promo-area .content { | 20101 | .promo-area .content { |
| 20096 | width: 50%; | 20102 | width: 50%; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -72,6 +72,7 @@ | ... | @@ -72,6 +72,7 @@ |
| 72 | margin-top: 2.5rem; | 72 | margin-top: 2.5rem; |
| 73 | padding: 0rem 6.25rem ; | 73 | padding: 0rem 6.25rem ; |
| 74 | position: relative; | 74 | position: relative; |
| 75 | box-shadow: -2px 7px 7px 0 rgba(0,0,0,.25); | ||
| 75 | @media only screen and (max-width: 48.875rem) { | 76 | @media only screen and (max-width: 48.875rem) { |
| 76 | padding: 0rem 0.625rem ; | 77 | padding: 0rem 0.625rem ; |
| 77 | } | 78 | } | ... | ... |
| ... | @@ -13,10 +13,15 @@ | ... | @@ -13,10 +13,15 @@ |
| 13 | border-radius: 1.25rem; | 13 | border-radius: 1.25rem; |
| 14 | } | 14 | } |
| 15 | a{ | 15 | a{ |
| 16 | color: #fff; | 16 | display: block; |
| 17 | margin-top: 20px; | ||
| 18 | color: #fff; | ||
| 19 | font-weight: bold; | ||
| 20 | text-decoration: none; | ||
| 21 | text-transform: uppercase; | ||
| 17 | } | 22 | } |
| 18 | a:hover{ | 23 | a:hover{ |
| 19 | text-decoration: none; | 24 | text-decoration: underline; |
| 20 | } | 25 | } |
| 21 | 26 | ||
| 22 | .content{ | 27 | .content{ | ... | ... |
-
Please register or sign in to post a comment