e4d822f818
Fix 3d viewer styles Fix minor warnings from three.js Remove deprecated themes Fix #4074
28 lines
342 B
SCSS
28 lines
342 B
SCSS
// dat.gui component
|
|
|
|
.gui-container {
|
|
top: 0;
|
|
right: 0;
|
|
position: absolute;
|
|
|
|
.dg.main {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: inherit;
|
|
|
|
li {
|
|
margin: 0;
|
|
}
|
|
|
|
input {
|
|
height: initial;
|
|
}
|
|
|
|
input[type='checkbox'] {
|
|
height: 12px;
|
|
width: 12px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|