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

15 lines
188 B
Stylus
Raw Normal View History

2014-08-27 00:01:15 +00:00
@import '../shared';
#container, #input {
cursor: pointer;
}
#container {
display: block;
height: 100%;
// border: 1px solid red;
}
#input {
2014-09-02 16:00:08 +00:00
// margin-top: 20px;
2014-08-27 00:01:15 +00:00
}