mirror of
https://github.com/mempool/mempool.git
synced 2025-01-09 23:16:48 +01:00
20 lines
349 B
SCSS
20 lines
349 B
SCSS
|
.progress-mempool {
|
||
|
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #105fb0 0%, #9339f4 100%);
|
||
|
}
|
||
|
|
||
|
.progress {
|
||
|
background-color: #2d3348;
|
||
|
}
|
||
|
|
||
|
.progress-text {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.title-block {
|
||
|
color: #FFF;
|
||
|
padding-top: 20px;
|
||
|
padding-bottom: 3px;
|
||
|
border-top: 5px solid #FFF;
|
||
|
}
|