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.
42 lines
522 B
42 lines
522 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-button {
|
|
border: 0;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
padding: 10px;
|
|
|
|
&:hover {
|
|
background: #fff;
|
|
}
|
|
|
|
&:focus {
|
|
outline: 0;
|
|
}
|
|
}
|
|
|
|
.controls-bottom {
|
|
margin-top: auto;
|
|
}
|
|
|