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.
 
 

59 lines
831 B

.controls-checkbox {
cursor: pointer;
line-height: 45px;
padding: 0 10px;
&:hover {
background: #d7d7d7;
}
}
.controls-checkbox-text {
font-size: 11px;
}
.controls-checkbox-input {
margin-right: 5px;
}
.controls-range {
cursor: pointer;
line-height: 20px;
padding: 0 10px;
&:hover {
background: #d7d7d7;
}
}
.controls-range-text {
cursor: pointer;
font-size: 11px;
}
.controls-range-input {
cursor: pointer;
display: block;
width: 100px;
}
.controls-animating {
cursor: pointer;
font-size: 18px;
line-height: 45px;
margin-left: auto;
padding: 0 10px;
user-select: none;
[type=checkbox] {
display: none;
}
&:hover {
background: #d7d7d7;
}
&:focus {
outline: 0;
}
}