.search-form { display: inline-block; } .form-inline { position: relative; } .form-control-expandable { padding-right: 3rem; } .form-horizontal { min-width: 35rem; } .buttons { @include absolute(8px, 8px, auto, auto); } .save-search { color: $color-border-dark !important; cursor: pointer !important; font-size: .9rem; font-weight: normal; } .expand-search { & { color: $color-border-dark !important; cursor: pointer !important; font-size: .9rem; font-weight: normal; padding: 0 .5rem; } &.highlighted { color: $color-title !important; } } .link { font-size: .8rem; font-weight: normal; margin-top: 1.5rem; } .col-form-label { text-align: left; }