dat.gui/elements/gui-panel/gui-panel.styl

30 lines
366 B
Stylus
Raw Normal View History

2014-08-16 21:16:02 +00:00
@import '../shared';
#closeButton {
font();
font-size: 14px;
cursor: pointer;
text-align: center;
padding: padding*0.4 padding;
2014-08-21 17:20:06 +00:00
}
#container {
background: #1a1a1a;
position: fixed;
top: 0;
width: 270px;
&.docked-false {
right: 20px;
}
&.docked-true {
right: 0;
bottom: 0;
}
}