mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
38 lines
577 B
Stylus
38 lines
577 B
Stylus
@import '../shared/shared'
|
|
|
|
|
|
#container
|
|
height 100%
|
|
|
|
select
|
|
outline none
|
|
opacity 0
|
|
width 100%
|
|
cursor pointer
|
|
|
|
.key
|
|
pointer-events none
|
|
color color-string
|
|
position absolute
|
|
margin-top 7px
|
|
span
|
|
vertical-align middle
|
|
margin-top 2px
|
|
display inline-block
|
|
overflow hidden
|
|
text-overflow ellipsis
|
|
|
|
|
|
svg
|
|
width 4px
|
|
margin-right 8px
|
|
vertical-align middle
|
|
margin-top 1px
|
|
polygon
|
|
fill light
|
|
|
|
#container
|
|
+hover()
|
|
svg
|
|
polygon
|
|
fill color-font |