diff --git a/app/components/BookBuilder/styles/bookBuilder.local.scss b/app/components/BookBuilder/styles/bookBuilder.local.scss index 2cb86caeccae3019e6da66db5f2cec532e5ba2e6..b475f5c2e301f9d40aa0591f0719310666492d3a 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; }