aframe-inspector
Version:
A visual inspector tool for A-Frame.
66 lines (48 loc) • 966 B
text/stylus
@import './lib';
.select__control
border 0
border-radius 0
cursor pointer
min-height 26px
font-family $monospace
font-size 13px
.select__indicator
height 26px
.select__indicator-separator
display none
.select__input
min-height auto !important
.select__control,
.select__menu
background $bgdark
.select__option
padding 5px 10px
.select__placeholder,
.select__menu
color $white
.select__single-value
color $primary
.select__control--is-focused
box-shadow none !important
.select__option
cursor pointer
.select__label
font-size 11px
.select__option--is-focused
background #155373
.select__value-container
height 26px
position static
&.select__value-container--is-multi
height auto
padding 6px
.select__dropdown-indicator
padding 3px 8px
.select__multi-value
background $bg
color $primary
.select__multi-value__label
color $primary
.select__multi-value__remove:hover
color #fff
background $bg