Bug fixes and rupee to USD label changes

This commit is contained in:
sairaj mote 2023-04-16 18:41:48 +05:30
parent 726cfc0c71
commit 15174206c9
4 changed files with 67 additions and 69 deletions

View File

@ -1301,11 +1301,11 @@ sm-checkbox {
box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.16);
}
#personal_rupee_balance span:first-of-type,
#personal_usd_balance span:first-of-type,
#personal_flo_balance span:first-of-type {
font-size: 1.5rem;
}
#personal_rupee_balance span:last-of-type,
#personal_usd_balance span:last-of-type,
#personal_flo_balance span:last-of-type {
font-size: 0.9rem;
}

File diff suppressed because one or more lines are too long

View File

@ -1213,7 +1213,7 @@ sm-checkbox {
}
}
}
#personal_rupee_balance,
#personal_usd_balance,
#personal_flo_balance {
span:first-of-type {
font-size: 1.5rem;

File diff suppressed because one or more lines are too long