mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
11 lines
155 B
Stylus
11 lines
155 B
Stylus
|
@import '../shared';
|
||
|
|
||
|
#container, #input {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#container {
|
||
|
display: block;
|
||
|
border: 1px solid blue;
|
||
|
height: row-height;
|
||
|
}
|