FIX unify the units css. (#499)

* FIX unify the units css.
* Fix units css font-size.
This commit is contained in:
Miguel Medeiros
2021-05-18 11:20:17 -03:00
committed by GitHub
parent 84bb475c63
commit 5f787c52e8
18 changed files with 66 additions and 54 deletions

View File

@@ -168,7 +168,20 @@ body {
.symbol {
color: #ffffff66;
font-size: 11px;
font-size: 12px;
}
.progress-text {
span {
color: #fff !important;
}
}
.block-size, .blocks-container {
span {
font-size: 16px;
color: #fff !important;
}
}
.break-all {