Add removing of tasks (#48)
Add removing of tasks Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/48
This commit is contained in:
parent
ed0ae210ac
commit
22d2d1a777
2 changed files with 32 additions and 0 deletions
|
|
@ -27,3 +27,7 @@ h1,h2,h3,h4,h5,h6{
|
|||
.progress {
|
||||
border-radius: $radius-large;
|
||||
}
|
||||
|
||||
.has-no-border{
|
||||
border: none !important;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue