From f8a965233317d2365b04a882a8ecac6a3d154bde Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Thu, 12 Mar 2015 12:24:18 +1100 Subject: [PATCH] Moving SASS comments to thier own lines --- .../darkswarm/active_table.css.sass | 32 ++++++++----------- app/assets/stylesheets/darkswarm/map.css.sass | 5 +-- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/active_table.css.sass b/app/assets/stylesheets/darkswarm/active_table.css.sass index 27b98850b7..b8280d22ca 100644 --- a/app/assets/stylesheets/darkswarm/active_table.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table.css.sass @@ -30,20 +30,20 @@ text-decoration: underline span.margin-top - margin-top: 0.5rem + margin-top: 0.5rem display: inline-block // Generic text resize - @media all and (max-width: 640px) + @media all and (max-width: 640px) &, & * - font-size: 0.875rem + font-size: 0.875rem fat > div label - &, & * - font-size: 0.75rem + &, & * + font-size: 0.75rem - - .active_table_row // Inherits from active_table - border: 1px solid transparent + // Inherits from active_table + .active_table_row + border: 1px solid transparent @include border-radius(0.5em) // Foundation overrides @@ -76,15 +76,15 @@ .active_table_row:last-child border-bottom: 1px solid $disabled-bright @include border-radius-mixed(0, 0, 0.5em, 0.5em) - - + + //Open row sections .fat > div border-top: 1px solid #aaa - @media all and (max-width: 640px) + @media all and (max-width: 640px) margin-top: 1em - ul, ol + ul, ol font-size: 0.875rem [class*="block-grid-"] > li @@ -96,10 +96,10 @@ margin-top: 0.25rem margin-bottom: 0.25rem color: #777 - + p.trans-sentence text-transform: capitalize - + &.closed &:hover, &:active, &:focus .active_table_row.closed @@ -112,7 +112,3 @@ &.open .active_table_row:first-child color: $dark-grey - - - - diff --git a/app/assets/stylesheets/darkswarm/map.css.sass b/app/assets/stylesheets/darkswarm/map.css.sass index 53e8fb5768..a831e9448c 100644 --- a/app/assets/stylesheets/darkswarm/map.css.sass +++ b/app/assets/stylesheets/darkswarm/map.css.sass @@ -10,11 +10,12 @@ height: 100% width: 100% - img // https://github.com/zurb/foundation/issues/112 + // https://github.com/zurb/foundation/issues/112 + img max-width: none height: auto - #pac-input + #pac-input @include big-input(#888, #333, $clr-brick) @include big-input-static font-size: 1.5rem