dat.gui/elements/controller-boolean/controller-boolean.styl

15 lines
191 B
Stylus
Raw Normal View History

2014-08-23 07:05:22 +00:00
@import '../shared';
#container, #input {
cursor: pointer;
}
#container {
display: block;
2014-08-23 23:27:00 +00:00
height: 100%;
// border: 1px solid red;
}
#input {
2014-08-24 06:03:17 +00:00
vertical-align: middle;
2014-08-23 07:05:22 +00:00
}