Add currency converter, fix for display light toggler

This commit is contained in:
Djuri 2024-09-16 21:15:56 +02:00 committed by kdmukai
parent 5ef6366b7f
commit 18a4f44484
4 changed files with 153 additions and 3 deletions

View file

@ -228,3 +228,17 @@ nav {
#firmwareUploadProgress {
@extend .my-2;
}
.sats {
font-family: 'Satoshi Symbol';
}
.currencyCode {
width: 20%;
text-align: center;
display: inline-block;
}
input[type='number'] {
text-align: right;
}