From fdcbf5dca9c9ebf87657189734b7ee9c6629d112 Mon Sep 17 00:00:00 2001
From: john <johnbarlas39@gmail.com>
Date: Sat, 22 Apr 2017 16:26:55 +0300
Subject: [PATCH] reorder css props

---
 .../BookBuilder/styles/bookBuilder.local.scss | 35 ++++++++++---------
 1 file changed, 19 insertions(+), 16 deletions(-)

diff --git a/app/components/BookBuilder/styles/bookBuilder.local.scss b/app/components/BookBuilder/styles/bookBuilder.local.scss
index 0db957f..465dbb4 100644
--- a/app/components/BookBuilder/styles/bookBuilder.local.scss
+++ b/app/components/BookBuilder/styles/bookBuilder.local.scss
@@ -338,39 +338,42 @@ $white: #fff;
       border-bottom:2px solid;
       border-color:$light-grey;;
     }
+
     .secondLineContainer {
       padding-top:1%;
+
       .btnFile {
-        position: relative;
-        top:3px;
+        background-color: $light-grey;
+        color: #fff;
+        cursor: pointer;
         overflow: hidden;
-        background-color:$light-grey;
-        cursor:pointer;
+        position: relative;
         text-align: center;
-        color: #fff;
+        top: 3px;
         width: 75%;
-        // padding-top: 4px;
-        // padding-bottom: 4px;
       }
+
       .btnFile input[type=file] {
-        position: absolute;
-        top: 0;
-        right: 0;
-        left: 0;
-        min-width: 100%;
-        min-height: 100%;
+        border: none !important;
+        color: #fff;
         cursor: pointer;
+        display: block;
         filter: alpha(opacity=0);
+        left: 0;
+        min-height: 100%;
+        min-width: 100%;
         opacity: 0;
         outline: none;
-        color:#fff;
         padding: 10px;
-        border:none!important;
-        display: block;
+        position: absolute;
+        right: 0;
+        top: 0;
       }
+
       .btnFile:hover input[type=file] {
         font-size: 260px;
       }
+
       .secondActions {
        float:left;
         padding-left: 2%;
-- 
GitLab