Finish refactoring 99% of the localization strings into objects

This commit is contained in:
Oliver-Akins 2023-12-31 13:44:24 -07:00
parent 39dcbccf2f
commit 5553123f75
5 changed files with 59 additions and 47 deletions

View file

@ -1,20 +1,20 @@
.dotdungeon .actor--circle-sync {
.dotdungeon .actor--basic-sync {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 4px;
}
.dotdungeon .actor--circle-sync label {
.dotdungeon .actor--basic-sync label {
display: flex;
flex-direction: column;
align-items: center;
}
.dotdungeon .actor--circle-sync .sync-input {
.dotdungeon .actor--basic-sync .sync-input {
width: 30%;
text-align: center;
}
.dotdungeon .actor--circle-sync .name-input {
.dotdungeon .actor--basic-sync .name-input {
width: 60%;
text-align: center;
}