mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
20 lines
266 B
Stylus
20 lines
266 B
Stylus
@import '../shared';
|
|
|
|
:host {
|
|
|
|
position: absolute;
|
|
top: 0;
|
|
right: 20px;
|
|
width: 270px;
|
|
|
|
}
|
|
|
|
#closeButton {
|
|
|
|
font();
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
background: #000;
|
|
text-align: center;
|
|
padding: padding*0.4 padding;
|
|
} |