joyent-portal/ui/src/components/checkbox/style.css

9 lines
76 B
CSS
Raw Normal View History

input[type='checkbox'] {
&.checkbox {
}
}
.label {
color: #646464;
}