mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 15:30:05 +01:00
33 lines
396 B
SCSS
33 lines
396 B
SCSS
.card {
|
|
background-color: #1d1f31;
|
|
}
|
|
|
|
.card-title {
|
|
color: #4a68b9;
|
|
}
|
|
|
|
.info-block {
|
|
float: left;
|
|
width: 350px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.progress {
|
|
display: inline-flex;
|
|
width: 100%;
|
|
background-color: #2d3348;
|
|
height: 1.1rem;
|
|
}
|
|
|
|
.bg-warning {
|
|
background-color: #b58800 !important;
|
|
}
|
|
|
|
.skeleton-loader {
|
|
width: 200px;
|
|
}
|
|
|
|
.more-padding {
|
|
padding: 1.25rem 2rem 1.25rem 2rem;
|
|
}
|