From: RafiBomb Date: Tue, 27 Jun 2017 19:20:32 +0000 (-0700) Subject: updates styles and fixes links X-Git-Tag: v6.4.1~19^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c466819be9ebdf504145257e1db4ef4e7c30a2ee;p=thirdparty%2Ffoundation%2Ffoundation-sites.git updates styles and fixes links --- diff --git a/docs/assets/scss/_docs-footer.scss b/docs/assets/scss/_docs-footer.scss index 08bf1660c..d858b06c1 100755 --- a/docs/assets/scss/_docs-footer.scss +++ b/docs/assets/scss/_docs-footer.scss @@ -309,3 +309,68 @@ } } +// Responsive newsletter callout above the footer. + +.newsletter-signup-inner { + display: flex; + align-items: center; +} + +.newsletter-signup { + background: #085a78; + padding: 1rem 0; + + h5 { + color: $white; + font-size: 20px; + font-weight: 400; + line-height: 24px; + margin-bottom: 0; + } + + p { + clear: both; + color: $white; + font-size: 13px; + margin-bottom: 0; + } + + a { + color: $white; + } + + .button { + background: $primary-color; + + &:hover { + background: darken($primary-color, 14%); + } + } + + .row.collapse form { + input[type="text"] { + border: 0; + color: #999; + font-size: 17px; + font-weight: 200; + position: relative; + } + + .button { + background: #257696; + border: 0; + box-shadow: none; + margin: 0; + + &:hover { + background: #1b566d; + } + } + } +} + +#subForm { + margin-top: 1rem; +} + + diff --git a/docs/partials/footer.html b/docs/partials/footer.html index 674ddc52a..d2b817ee9 100755 --- a/docs/partials/footer.html +++ b/docs/partials/footer.html @@ -11,10 +11,10 @@ Training