initial commit

This commit is contained in:
Andre Schaf 2023-09-27 17:49:51 +02:00
parent 1790106c30
commit 03b0dd8422
33 changed files with 1006 additions and 513 deletions

View file

@ -0,0 +1,29 @@
.cluster {
margin-left: 10px;
color: #222;
font-size: 0.8rem;
}
.item-name {
margin: 0.5rem 0;
}
.item-actions {
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 0.5rem;
}
.item-actions button {
height: 1.5rem;
width: 1.5rem;
margin-left: 0.15rem;
}
.item {
display: flex;
justify-content: space-between;
align-items: center;
}