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

29 lines
342 B
SCSS
Raw Normal View History

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