add support for tasklist checkbox
This commit is contained in:
parent
2b14b3d4e5
commit
f069aede2d
@ -72,6 +72,16 @@
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"] {
|
||||||
|
vertical-align: middle;
|
||||||
|
padding: 5px;
|
||||||
|
margin: 0 .2em .25em -.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"]:checked {
|
||||||
|
background: $accent;
|
||||||
|
}
|
||||||
|
|
||||||
&-cover {
|
&-cover {
|
||||||
border: 20px solid $accent;
|
border: 20px solid $accent;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user