dat.gui/elements/controller-boolean/controller-boolean.styl
George Michael Brower a84421e81d css
2014-08-23 16:27:00 -07:00

15 lines
181 B
Stylus

@import '../shared';
#container, #input {
cursor: pointer;
}
#container {
display: block;
height: 100%;
// border: 1px solid red;
}
#input {
height: 20px;
}