@import '_mixins'; @import '_vars'; $color-input-disabled: #eef1f4; .form-control { & { width: 100%; } &[readonly] { background: $color-input-background; } &:disabled { background: $color-input-disabled; } } .search-form { padding: .5rem; } .control-dropdown { max-width: 40rem; max-height: none; overflow-y: hidden; } .control-dropdown-items { overflow-y: auto; max-height: 15rem; } .selection { & { position: relative; overflow: hidden; } .control-dropdown-item { @include absolute(0, 1rem, 0, 0); padding-bottom: 0; pointer-events: none; position: absolute; line-height: 1.2rem; } .icon-caret-down { @include absolute(30%, .4rem, auto, auto); font-size: .9rem; font-weight: normal; pointer-events: none; } .truncate { min-height: 1.2rem; } .form-control { cursor: default; } }