From 965dc7d23dd0c5f7144080e707e78dce84f9f9dc Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Sun, 4 Dec 2016 13:43:13 +0200 Subject: [PATCH] buttons to previous styles --- .../BookBuilder/styles/bookBuilder.local.scss | 10 +++++----- .../BookBuilder/styles/teamManager.local.scss | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/BookBuilder/styles/bookBuilder.local.scss b/app/components/BookBuilder/styles/bookBuilder.local.scss index 301cd90..9a4dc44 100644 --- a/app/components/BookBuilder/styles/bookBuilder.local.scss +++ b/app/components/BookBuilder/styles/bookBuilder.local.scss @@ -33,7 +33,7 @@ $white: #fff; font-style: italic; font-weight: 500; margin-top: 12px; - padding: 4px 30px; + padding: 0 30px; text-align: center; transition: border .5s ease-out .2s; @@ -135,7 +135,7 @@ $white: #fff; font-family: 'Fira Sans'; font-size: 25px; font-style: italic; - line-height: 42px; + line-height: 36px; margin: 0 !important; } } @@ -149,7 +149,7 @@ $white: #fff; font-size: 16px; font-style: italic; font-weight: 500; - padding: 4px 30px; + padding: 0 30px; text-align: center; transition:border .5s ease-out 0.2s; color: $white; @@ -343,8 +343,8 @@ $white: #fff; text-align: center; color: #fff; width: 75%; - padding-top: 4px; - padding-bottom: 4px; + // padding-top: 4px; + // padding-bottom: 4px; } .btnFile input[type=file] { position: absolute; diff --git a/app/components/BookBuilder/styles/teamManager.local.scss b/app/components/BookBuilder/styles/teamManager.local.scss index dc26b5e..1c8bd18 100644 --- a/app/components/BookBuilder/styles/teamManager.local.scss +++ b/app/components/BookBuilder/styles/teamManager.local.scss @@ -87,7 +87,7 @@ $yellow: #ff0; padding: 0 30px; position: absolute; right: 0; - margin-top: -1px; + margin-top: 0; text-decoration: none; &:hover { -- GitLab