You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

47 lines
608 B

.controls-label {
cursor: pointer;
font-size: 13px;
margin-bottom: 5px;
padding: 10px;
&:hover {
background: #fff;
}
}
.controls-label-checkbox {
margin-right: 5px;
}
.controls-label-text {
}
.controls-slider {
cursor: pointer;
width: 100%;
}
.controls-animating {
cursor: pointer;
font-size: 18px;
line-height: 20px;
padding: 10px;
user-select: none;
[type=checkbox] {
display: none;
}
&:hover {
background: #fff;
}
&:focus {
outline: 0;
}
}
.controls-bottom {
margin-top: auto;
}