From b4b5150474ab543b989ead537202f30d9796dc77 Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Tue, 11 Jul 2017 16:09:16 -0700 Subject: [PATCH] updates banner and footer for next class --- docs/assets/scss/docs.scss | 17 ++++++++++++++++- docs/layout/default.html | 6 +++--- docs/partials/footer-contact.html | 2 +- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index cc145c22b..e640d9bb7 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -110,7 +110,7 @@ a.docs-banner { position: relative; width: 100%; height: auto; - background: #f88327; + background: $alert-color; color: $white; h5 { margin-bottom: 0 !important; @@ -472,4 +472,19 @@ a[data-open-video] { } +a.docs-banner { + padding: 1.1rem 1rem; + display: flex; + align-items: center; + justify-content: center; + + h5 { + opacity: 0.8; + font-size: 1rem; + } +} +.welcome-hero, +.docs-nav { + margin-top: 30px; +} diff --git a/docs/layout/default.html b/docs/layout/default.html index e0e7a6a65..b51741eb5 100644 --- a/docs/layout/default.html +++ b/docs/layout/default.html @@ -35,9 +35,9 @@
- -
-
Give yourself the competitive edge. Learn directly from the Foundation team ›
+
+
+
Get advanced Foundation tips and master the new XY Grid in our July 18th webinar Class ›
diff --git a/docs/partials/footer-contact.html b/docs/partials/footer-contact.html index f21b19994..2506a1b3f 100644 --- a/docs/partials/footer-contact.html +++ b/docs/partials/footer-contact.html @@ -4,7 +4,7 @@
Register Today
-

Get all the answers in our
July 11th Foundation Class

+

Get all the answers in our
July 18th Foundation Class

Learn Foundation from the creators in our interactive online webinars which will keep you up to date with the latest trends and skills needed to win your projects.

-- 2.47.2