From: RafiBomb Date: Wed, 9 Mar 2016 15:35:50 +0000 (-0800) Subject: adds logic for removes padding on nested columns X-Git-Tag: v2.0.0-rc.4~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f403ee70cbc28e1737d62b94f5d60b63fc288dbb;p=thirdparty%2Ffoundation%2Ffoundation-emails.git adds logic for removes padding on nested columns --- diff --git a/scss/components/_media-query.scss b/scss/components/_media-query.scss index 7aad5739..0a516366 100755 --- a/scss/components/_media-query.scss +++ b/scss/components/_media-query.scss @@ -30,6 +30,12 @@ box-sizing: border-box; padding-left: $global-gutter !important; padding-right: $global-gutter !important; + + .column, + .columns { + padding-left: 0 !important; + padding-right: 0 !important; + } } //If it's collapsed make it so. diff --git a/testing/src/assets/scss/app.scss b/testing/src/assets/scss/app.scss index fe9a8672..0120cf40 100644 --- a/testing/src/assets/scss/app.scss +++ b/testing/src/assets/scss/app.scss @@ -74,3 +74,42 @@ text-align: center; } } + +.block-grid p { + background: dodgerblue; + text-align: center; +} + +.feature-list { + + .feature-list-item { + border-top: 1px solid $light-gray; + td, th { + padding: 10px 0 10px 0; + } + } + + table.feature-list-image { + @media only screen and (max-width: #{$global-breakpoint}) { + display: none !important; + } + } + + .feature-list-item-info { + font-size: 14px; + line-height: 21px; + text-transform: uppercase; + color: $medium-gray; + Margin-bottom: 0; + } + + .feature-list-item-header { + font-size: 20px; + line-height: 30px; + Margin-bottom: 5px; + + a { + color: $black; + } + } +} diff --git a/testing/src/layouts/default.html b/testing/src/layouts/default.html index 01289e5c..7be6abc5 100644 --- a/testing/src/layouts/default.html +++ b/testing/src/layouts/default.html @@ -4,11 +4,11 @@ - - + +