Updates amount font size
This commit is contained in:
parent
2492a405a1
commit
69b2fac8e5
3 changed files with 10 additions and 10 deletions
|
|
@ -7,18 +7,18 @@
|
|||
}
|
||||
|
||||
.start {
|
||||
font-size: 14px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.middle {
|
||||
font-size: 11px;
|
||||
font-size: 0.7857em;
|
||||
}
|
||||
|
||||
.end {
|
||||
font-size: 11px;
|
||||
font-size: 0.7857em;
|
||||
}
|
||||
|
||||
.currency {
|
||||
font-size: 14px;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
|
@ -28,6 +28,6 @@
|
|||
}
|
||||
|
||||
.fee-crypto {
|
||||
color: #BCBCBC;
|
||||
color: #A7A7A7;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue