]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
updates styles and fixes links 10266/head
authorRafiBomb <rafi@zurb.com>
Tue, 27 Jun 2017 19:20:32 +0000 (12:20 -0700)
committerRafiBomb <rafi@zurb.com>
Tue, 27 Jun 2017 19:20:32 +0000 (12:20 -0700)
docs/assets/scss/_docs-footer.scss
docs/partials/footer.html
docs/partials/newsletter-signup-rr.html

index 08bf1660cb86df085339ac36ffb813dda4d3df2d..d858b06c18b48c3e7e00e37fced6e8377f113d7c 100755 (executable)
   }
 }
 
+// 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;
+}
+
+
index 674ddc52ac7dc6d61a29173261c5e89be92cdcb4..d2b817ee9593598955cba8192abe20e897377928 100755 (executable)
         <a href="http://zurb.com/university/courses">Training</a>
       </li>
       <li class="footer-nav-menu-item">
-        <a href="{{root}}develop/getting-started.html">Building Blocks</a>
+        <a href="http://foundation.zurb.com/develop/getting-started.html">Building Blocks</a>
       </li>
       <li class="footer-nav-menu-item">
-        <a href="{{root}}get-involved/support.html">Get Involved</a>
+        <a href="http://foundation.zurb.com/get-involved/support.html">Get Involved</a>
       </li>
       <li class="footer-nav-menu-item">
         <a href="http://foundation.zurb.com/sites/docs/">Docs</a>
index de3d36ef1b7f155bba92476a0acee6b77f9dd484..368b25a669aaa4080e3be0801aa23a3330a0d059 100644 (file)
@@ -1,15 +1,15 @@
 <div class="newsletter-signup layout-{{layout}}">
   <div class="row column medium-9 medium-columns">
 
-    <div class="row">
+    <div class="row newsletter-signup-inner">
       <div class="medium-7 large-8 columns">
-        <a href="{{root}}learn/responsive-reading.html">
+        <a href="http://foundation.zurb.com/learn/responsive-reading.html">
           <h5 class="hide-for-medium-only">Download ZURB’s 17 Responsive Trends That Will Shape 2017</h5>
           <p>Stay informed with amazing responsive trends each month from ZURB.</p>
         </a>
       </div>
       <div class="medium-5 large-4 footer-signup-form columns">
-        <a style="margin-bottom: 0;" href="{{root}}learn/responsive-reading.html" class="button expanded">Download the PDF</a>
+        <a style="margin-bottom: 0;" href="http://foundation.zurb.com/learn/responsive-reading.html" class="button expanded">Download the PDF</a>
       </div>
     </div>
   </div>