Initial commit

This commit is contained in:
Suh
2020-04-24 01:58:59 +09:00
commit cb979153ec
24 changed files with 715 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.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;
}