Sha256: b7e1be1aa97bf0824a5d3e2bb7ecc1a895720e5551ba1349dad68c75dce78fd1
Contents?: true
Size: 1.9 KB
Versions: 2
Compression:
Stored size: 1.9 KB
Contents
.select2-selection.select2-selection--single { min-height: 37px; .select2-selection__rendered { padding-left: 12px; min-height: 34px; line-height: 34px; } .select2-selection__arrow { padding-top: 35px; } } .select2-container .select2-search--inline .select2-search__field { font-weight: 300; margin-top: 6px; } .select2 { display: block; img { display: none; } } .select2-results { img { height: 30px; width: 30px; border-radius: 15px; margin-right: 8px; } } @layer components { .select2-container { @apply w-full; } .select2-border { @apply border-blue !important; box-shadow: inset 0 0 0 1px #047bf8 !important; outline: 0 !important; } .select2-selection--single, .select2-selection--multiple { @apply border-gray-300; @apply rounded-md shadow-sm pt-0 focus:ring-blue !important; height: 38px !important; &.focus-visible { @extend .select2-border; } &:focus { outline: 0 !important; } .select2-selection__arrow { height: 34px !important; } .select2-selection__rendered { @apply text-gray-500 pl-3 !important; line-height: 35px !important; } } .select2-selection--multiple .select2-selection__choice { margin-top: 6px !important; line-height: 22px !important; } .select2-container--open, .select2-container--focus { .select2-selection--single, .select2-selection--multiple { @extend .select2-border; } } .select2-container .select2-dropdown { @apply border-2 border-gray-300 shadow-sm overflow-hidden !important; border-color: #5897fb !important; } .select2-container--default .select2-results__option[aria-selected=true] { @apply text-white bg-blue !important; } .select2-search__field { @apply rounded-md; @apply border-gray-300 !important; &:focus { border-color: #5897fb !important; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bullet_train-themes-light-1.0.10 | app/assets/stylesheets/light/fields/super_select.css |
bullet_train-themes-light-1.0.9 | app/assets/stylesheets/light/fields/super_select.css |