Sha256: 3b72fa5982507a378dc3364078f15e907553e65f6ea3febc94e9f25948db31a9
Contents?: true
Size: 966 Bytes
Versions: 3
Compression:
Stored size: 966 Bytes
Contents
.inline-filters{ display: flex; justify-content: space-between; @include flexgap($global-margin * 2); label{ display: flex; align-items: baseline; @include flexgap($global-margin / 2); span{ white-space: nowrap; } } $dropdown-width: 12rem; button[data-toggle]{ color: $secondary; margin: 0; width: $dropdown-width; @extend select; &.hover{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; } } .dropdown-pane{ padding: 0; background-color: $white; width: $dropdown-width; li{ padding: $global-padding; a{ color: $body-font-color; } &:not(:last-child){ border-bottom: $border; } &:hover{ cursor: pointer; background-color: rgba($secondary, .05); } } &.is-open{ margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } } }
Version data entries
3 entries across 3 versions & 1 rubygems