Sha256: 254369a7d49da4f2cd9f5912f372bc4de3abbe45d0716d00856d9e7017cec376
Contents?: true
Size: 1.74 KB
Versions: 84
Compression:
Stored size: 1.74 KB
Contents
@import "../pb_textarea/textarea_mixin"; @import "../tokens/colors"; @import "../tokens/border_radius"; @import "../tokens/shadows"; @import "../tokens/spacing"; @import "../tokens/typography"; @import "../tokens/line_height"; @import "../tokens/positioning"; .pb_multi_level_select { font-family: $font-family-base; .wrapper { position: relative; .toggle_icon { visibility: hidden; .pb_button_content { visibility: hidden !important; } } .input_wrapper { background-color: $white; cursor: pointer; padding: $space_xs + 1 $space_sm; border: 1px solid #e4e8f0; border-radius: $border_rad_heavier; display: flex; align-items: center; justify-content: space-between; .input_inner_container { max-width: 90%; } input { border: none; font-family: $font_family_base; font-size: $font_base; &:focus { outline: none; } } } } .dropdown_menu { position: absolute; z-index: $z_1; width: 100%; background-color: $white; padding: $space_sm $space_sm $space_sm 0; border-radius: $border_rad_heavier; border: 1px solid #e4e8f0; max-height: 600px; overflow: auto; ul { padding: 0px !important; } .dropdown_item { list-style: none; padding-left: 20px; .dropdown_item_checkbox_row { display: flex; align-items: center; .pb_checkbox_kit { align-items: center; } .pb_button_kit_link_inline_enabled { color: $charcoal; &:hover { color: $primary; } } } } } .close { display: none; } .open { display: block; } }
Version data entries
84 entries across 84 versions & 1 rubygems