refactor styles, remove ids

This commit is contained in:
counterweight 2025-04-05 13:00:25 +02:00
parent e61a67c14f
commit 2ee89a2412
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 10 additions and 17 deletions

View file

@ -15,7 +15,7 @@
width: 80px;
}
#amount-area-content {
.amount-area-content {
width: 50%;
}
@ -54,7 +54,7 @@
width: 100px;
}
#amount-area-content {
.amount-area-content {
width: 33%;
}
@ -314,7 +314,7 @@
font-size: 0.8em;
}
#amount-area-content {
.amount-area-content {
margin-left: auto;
margin-right: auto;
}