Files
NookSearchSystem/src/main/webapp/resources/css/todo.css
2020-04-24 01:58:59 +09:00

21 lines
327 B
CSS

.custom-control-label::before{
width: 1rem;
height: 1rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
background-color: #1e7e34;
}
.custom-control-label::before{
width: 1rem;
height: 1rem;
background-color: white;
}
.custom-control-label{
font-size: 1rem;
}