use styled checkboxes

This commit is contained in:
ansuz
2017-07-26 10:06:24 +02:00
parent b5603c89f0
commit 304d37a334
2 changed files with 29 additions and 12 deletions

View File

@@ -47,6 +47,13 @@ body {
.cp-create-form {
margin: @spacing;
min-width: 40%;
display: flex;
#newTodoName {
flex: 1;
margin-right: 15px;
}
}
.cp-task {
@@ -66,4 +73,8 @@ body {
.cp-task-remove {
margin: @spacing;
}
.cp-task-checkbox {
font-size: 45px;
width: 45px;
}
}