feat: more ui, looping

This commit is contained in:
Daniel Ledda
2021-08-30 14:12:41 +02:00
parent 76b8a427bc
commit 7fa530f070
22 changed files with 529 additions and 166 deletions

View File

@@ -1,3 +1,14 @@
.beat-group-settings {
}
}
.beat-group-settings-options {
padding: 1em;
display: inline-flex;
width: 40em;
justify-content: space-evenly;
}
.beat-group-settings-option {
display: inline-block;
text-align: center;
}