mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
15 lines
191 B
Stylus
15 lines
191 B
Stylus
|
@import '../shared';
|
||
|
|
||
|
#container, #input {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#container {
|
||
|
display: block;
|
||
|
height: 100%;
|
||
|
// border: 1px solid red;
|
||
|
}
|
||
|
|
||
|
#input {
|
||
|
vertical-align: middle;
|
||
|
}
|