mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-25 19:15:33 +03:00
add support for tasklist checkbox
This commit is contained in:
parent
2b14b3d4e5
commit
f069aede2d
1 changed files with 10 additions and 0 deletions
|
@ -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 a new issue