feat: added lots of ui
This commit is contained in:
11
src/ui/BeatGroup/Beat/BeatUnit/BeatUnit.css
Normal file
11
src/ui/BeatGroup/Beat/BeatUnit/BeatUnit.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user