mempool/frontend/src/app/dashboard/dashboard.component.scss
softsimon 209865d23f
Minor dashboard mobile view fixes.
Offline indicator position fix.
2020-09-27 00:18:44 +07:00

33 lines
400 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 {
max-width: 200px;
}
.more-padding {
padding: 1.25rem 2rem 1.25rem 2rem;
}