diff --git a/app/components/BookBuilder/styles/bookBuilder.local.scss b/app/components/BookBuilder/styles/bookBuilder.local.scss index 0db957f9eda107fb2d028eaba16d2a3c3a735d5a..465dbb4a81f729fce58dc20550dba31dc2cb7ae5 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%;