lbry-desktop/ui/scss/component/_dat-gui.scss

29 lines
342 B
SCSS
Raw Normal View History

2018-10-17 14:42:05 -05:00
// dat.gui component
.gui-container {
top: 0;
right: 0;
2018-10-17 12:14:24 -05:00
position: absolute;
.dg.main {
margin: 0;
2018-10-17 12:14:24 -05:00
padding: 0;
overflow: inherit;
li {
margin: 0;
2018-10-17 12:14:24 -05:00
}
input {
height: initial;
2018-10-17 12:14:24 -05:00
}
input[type='checkbox'] {
height: 12px;
width: 12px;
padding: 0;
margin: 0;
2018-10-17 12:14:24 -05:00
}
}
}