Add currency converter, fix for display light toggler
This commit is contained in:
parent
6c40b54273
commit
1447917955
4 changed files with 153 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue