From d50b847f3fde1f70181328eac2c4ca788d836155 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 1 Apr 2015 09:15:54 +0200 Subject: [PATCH] Fix cta on auth page --- app/styles/app/layouts/dashboard.sass | 2 ++ app/styles/app/layouts/top.sass | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass index 68971f99..97e2ec80 100644 --- a/app/styles/app/layouts/dashboard.sass +++ b/app/styles/app/layouts/dashboard.sass @@ -214,3 +214,5 @@ $db-text-color: #ACAAAA h2, h3, p, button, .db-status opacity: .7 +.topbar + background-color: none !important diff --git a/app/styles/app/layouts/top.sass b/app/styles/app/layouts/top.sass index 645bf9b4..14344356 100644 --- a/app/styles/app/layouts/top.sass +++ b/app/styles/app/layouts/top.sass @@ -1,5 +1,8 @@ $top-height: 55px +#auth #top .cta + display: none + #top .cta border-bottom: 2px solid #E4E4E4 border-top: 2px solid #E4E4E4 @@ -11,6 +14,8 @@ $top-height: 55px p position: relative + margin: 0 + padding: 0 .arrow display: block