mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
18 lines
355 B
Stylus
18 lines
355 B
Stylus
@import 'shared'
|
|
|
|
input
|
|
panel-font()
|
|
height 100%
|
|
width 100%
|
|
display inline-block
|
|
background-color transparent
|
|
border 0
|
|
border-radius 0
|
|
padding 0
|
|
outline none
|
|
transition background-color 0.15s linear
|
|
box-sizing border-box
|
|
// &:focus
|
|
// background lighter
|
|
// +hover()
|
|
// background lighter |