app/assets/stylesheets/sail/settings.scss in sail-3.0.1 vs app/assets/stylesheets/sail/settings.scss in sail-3.1.0

- old
+ new

@@ -224,16 +224,24 @@ @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } } + + &.minimal { + min-height: 50px; + padding-top: 0; + + label { + font-size: 22px; + } + } } #search-container { #search-form { text-align: center; - padding-top: 25px; #query { height: 50px; width: 100%; border: 3px solid transparent; @@ -268,11 +276,11 @@ height: 100%; } } #btn-order { - margin: 25px 0 0 15px; + margin: 0 0 0 15px; height: 58px; } #sort-menu { background: white; @@ -301,16 +309,16 @@ } } } #main-app-link { - margin: 25px 0 0 8px; + margin: 0 0 0 8px; height: 53px; } #btn-profiles { height: 58px; - margin: 25px 0 0 8px; + margin: 0 0 0 8px; } } .notice { background-color: white;