1
0

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:
konrad
2020-01-22 20:18:39 +00:00
parent ed0ae210ac
commit 22d2d1a777
2 changed files with 32 additions and 0 deletions

View File

@ -27,3 +27,7 @@ h1,h2,h3,h4,h5,h6{
.progress {
border-radius: $radius-large;
}
.has-no-border{
border: none !important;
}