feat: added lots of ui

This commit is contained in:
Daniel Ledda
2021-08-29 22:53:15 +02:00
parent a5f5169e62
commit cdf6ef754d
22 changed files with 384 additions and 49 deletions

View File

@@ -0,0 +1,11 @@
.beat-unit {
width: 2em;
height: 2em;
background-color: white;
border: 0.1em solid black;
display: inline-block;
}
.beat-unit.on {
background-color: darksalmon;
}