.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; } }