dat.gui/elements/gui-panel/gui-panel.styl
George Michael Brower 2d2f4ee888 no message
2014-08-21 13:20:06 -04:00

30 lines
366 B
Stylus

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