Bootstrap version update and progressbar fix.

Yellow fee text is now white.
This commit is contained in:
softsimon
2020-05-25 22:36:26 +07:00
parent d473ad82bd
commit 820642cf1c
6 changed files with 12 additions and 17 deletions

View File

@@ -373,6 +373,13 @@ h1, h2, h3 {
font-size: 14px;
}
.progress-text {
position: absolute;
top: 8px;
width: 100%;
text-align: center;
}
.progress-mempool {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #105fb0 0%, #9339f4 100%);
}
@@ -391,4 +398,4 @@ h1, h2, h3 {
.tooltip-inner {
max-width: inherit;
}
}