Change taskLists selection display.

This commit is contained in:
2022-03-06 12:19:48 +01:00
parent 1037d74620
commit b8e4d34456
4 changed files with 15 additions and 3 deletions

View File

@@ -21,6 +21,16 @@
border-radius: .5rem;
background-color: aliceblue;
margin-bottom: .5rem;
position: relative;
.selection-icon {
position: absolute;
bottom: 0;
right: 0;
font-size: 3rem;
width: 3rem;
height: 3rem;
}
}
}
}