mempool/frontend/src/app/dashboard/dashboard.component.scss

32 lines
373 B
SCSS
Raw Normal View History

.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;
}
2020-09-22 07:50:12 +02:00
.skeleton-loader {
width: 200px;
}
.card-body {
padding: 1.5rem;
}