From 9e3f55dcbbf8cc3cd5ce0f58f006f09f388ec7cb Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 1 Jun 2017 15:40:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20bring=20back=20the=20view=20site?= =?UTF-8?q?=20link=20(#727)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - brings "view site" link back to the bottom of the nav bar --- app/styles/layouts/main.css | 19 +++++++++++++++++++ app/templates/components/gh-nav-menu.hbs | 4 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/app/styles/layouts/main.css b/app/styles/layouts/main.css index c59488d55f..3b34ed6b9f 100644 --- a/app/styles/layouts/main.css +++ b/app/styles/layouts/main.css @@ -236,6 +236,25 @@ body > .ember-view:not(.default-liquid-destination) { stroke: var(--darkgrey); } +.gh-nav-foot-sitelink { + display: flex; + justify-content: center; + align-items: center; + height: 46px; + border-top: color(var(--lightgrey) l(-1%)) 1px solid; + text-align: center; + font-size: 1.2rem; + line-height: 1em; + font-weight: 300; + color: color(var(--midgrey) l(+5%)); +} + +.gh-nav-foot-sitelink svg { + width: 13px; + margin-left: 5px; + fill: color(var(--midgrey) l(+5%)); +} + /* Mobile Nav Menu (Slides out) /* ---------------------------------------------------------- */ diff --git a/app/templates/components/gh-nav-menu.hbs b/app/templates/components/gh-nav-menu.hbs index 545aee7e36..2ba4ce84b4 100644 --- a/app/templates/components/gh-nav-menu.hbs +++ b/app/templates/components/gh-nav-menu.hbs @@ -10,7 +10,6 @@ {{/dropdown.trigger}} {{#dropdown.content class="gh-nav-menu-dropdown"}} {{/if}} +