Feat: started working on tier level edit

This commit is contained in:
2025-01-10 15:18:59 +03:00
parent 1cfdb5ee08
commit c30855beda
8 changed files with 21 additions and 19 deletions

5
src/components/Tier.scss Normal file
View File

@@ -0,0 +1,5 @@
.tier_name:hover {
button {
opacity: 1;
}
}