Sha256: bc5ef85940b5df9aefabeadd08d36949c6bad0cfd5080ff3622a155b9e074e41
Contents?: true
Size: 1.87 KB
Versions: 1
Compression:
Stored size: 1.87 KB
Contents
.select2-container--cabinet_default { font-size: 14px; .select2-selection--single { height: 35px; .select2-selection__rendered { line-height: 35px; padding-left: 15px; padding-right: 45px; } .select2-selection__arrow { border-left: 1px solid #e5e5e5; height: 33px; width: 44px; b { border-width: 5px 4px 0 4px; margin-left: -4px; margin-top: -3px; } } } &.select2-container--open .select2-selection--single .select2-selection__arrow b { // border-color: transparent transparent #69badb transparent; // border-width: 0 3px 6px 3px; border-color: transparent transparent #6C7288 transparent; border-width: 0 4px 5px 4px; } .select2-search--dropdown .select2-search__field { border: 1px solid #cccccc; font-size: 14px; } .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; } .select2-results__options--nested { &:before { border-left: #7dc438 1px solid; width: 1px; left: 10px; } .select2-results__option { padding-left: 25px; position: relative; &:before { border-top: #7dc438 1px solid; width: 10px; height: 1px; left: 10px; } } } .select2-results__group { cursor: default; display: block; padding: 6px; } .select2-results__option { padding: 6px 15px; } .select2-dropdown { @include box-shadow(0px, 0px, 5px, #69badb); @include border-bottom-radius(5px); background-color: white; border: #69badb 1px solid; color: #808080; margin-top: -1px; } &.select2-container--open { .select2-selection--single { @include box-shadow(0px, 0px, 5px, #69badb); border: #69badb 1px solid; } .select2-selection__arrow { border-left: #69badb 1px solid; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/assets/stylesheets/cabinet/mobile/ui/_select2.scss |