Initial commit
This commit is contained in:
21
src/main/webapp/resources/css/todo.css
Normal file
21
src/main/webapp/resources/css/todo.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user