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

21 lines
267 B
Stylus
Raw Normal View History

2014-08-16 21:16:02 +00:00
@import '../shared';
2014-08-15 16:32:49 +00:00
:host {
2014-08-16 21:16:02 +00:00
2014-08-15 16:32:49 +00:00
position: absolute;
top: 0;
right: 20px;
2014-08-16 21:16:02 +00:00
width: 270px;
2014-08-15 16:32:49 +00:00
}
2014-08-16 21:16:02 +00:00
#closeButton {
font();
font-size: 14px;
cursor: pointer;
background: #000;
text-align: center;
padding: padding*0.4 padding;
}