iot-settings/src/components/form/checkbox.scss

9 lines
108 B
SCSS

input[type="checkbox"] {
margin-left: 20px;
cursor: pointer;
width: 20px;
height: 20px;
}