Added todo table

This commit is contained in:
mrfry
2020-11-18 11:49:48 +01:00
parent 1a982b69c9
commit cbd6bf2baa
15 changed files with 608 additions and 157 deletions
@@ -0,0 +1,48 @@
.card {
border: 2px solid #99f;
border-radius: 2px;
padding: 5px;
margin: 6px 3px;
}
.voted {
border: 2px solid #cf9;
}
.clickable {
cursor: pointer;
}
.clickable:hover {
background-color: #333;
border: 2px solid #f99;
}
.card > div {
margin: 5px 0px;
}
.description {
word-break: normal;
font-size: 14px;
color: white;
}
.category {
word-break: break-all;
font-size: 10px;
}
.numbers {
display: flex;
justify-content: space-between;
}
.numbers > div {
font-size: 12px;
}
.id {
margin: 0px 3px;
color: #999;
}