Changed from objects to arrays

This commit is contained in:
2021-06-23 16:49:07 +02:00
parent c238a483af
commit 85b67f45e6
2 changed files with 86 additions and 26 deletions
+4
View File
@@ -100,6 +100,10 @@ panel-title {
color: var(--text-disabled);
}
.discard, .select {
box-shadow: inset 0 0 50px -10px white, 0 0 10px -6px red;
}
card-container {
display: flex;
flex-flow: row wrap;