From e0fa6636e48b99bb5c9f3737c4ee71fd76188fe2 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Thu, 1 Dec 2016 18:31:33 +0200
Subject: [PATCH] buttons

---
 .../BookBuilder/styles/bookBuilder.local.scss | 21 +++++++++++--------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/app/components/BookBuilder/styles/bookBuilder.local.scss b/app/components/BookBuilder/styles/bookBuilder.local.scss
index 2cb86ca..b475f5c 100644
--- a/app/components/BookBuilder/styles/bookBuilder.local.scss
+++ b/app/components/BookBuilder/styles/bookBuilder.local.scss
@@ -32,7 +32,7 @@ $white: #fff;
       font-style: italic;
       font-weight: 500;
       margin-top: 12px;
-      padding: 0 30px;
+      padding: 4px 30px;
       text-align: center;
       transition: border .5s ease-out .2s;
 
@@ -140,25 +140,25 @@ $white: #fff;
     }
 
     .sectionBtn {
-      float:right;
+      float: right;
       margin-top: 28px;
       background-color: $dark-grey;
-      border: 1px solid #fff;
-      cursor:pointer;
+      border: 1px solid $white;
+      cursor: pointer;
       font-size: 16px;
       font-style: italic;
       font-weight: 500;
-      padding: 0px 30px;
+      padding: 4px 30px;
       text-align: center;
       transition:border .5s ease-out 0.2s;
-      color:#fff;
+      color: $white;
 
       &:hover {
         border: 1px solid $dark-grey;
         transition: .25s ease-in-out 0s;
       }
       a {
-        color: #fff;
+        color: $white;
         text-decoration: none;
         &:hover {
           text-decoration: none;
@@ -340,8 +340,10 @@ $white: #fff;
         background-color:$light-grey;
         cursor:pointer;
         text-align: center;
-        color:#fff;
-        width:75%;
+        color: #fff;
+        width: 75%;
+        padding-top: 4px;
+        padding-bottom: 4px;
       }
       .btnFile input[type=file] {
         position: absolute;
@@ -355,6 +357,7 @@ $white: #fff;
         opacity: 0;
         outline: none;
         color:#fff;
+        padding: 10px;
         border:none!important;
         display: block;
       }
-- 
GitLab