mempool/frontend/src/app/components/pool/pool.component.scss

66 lines
892 B
SCSS
Raw Normal View History

.progress {
background-color: #2d3348;
}
@media (min-width: 768px) {
.d-md-block {
display: table-cell !important;
}
}
@media (min-width: 992px) {
.d-lg-block {
display: table-cell !important;
}
}
.formRadioGroup {
margin-top: 6px;
display: flex;
flex-direction: column;
@media (min-width: 830px) {
flex-direction: row;
2022-03-08 12:50:47 +01:00
float: right;
margin-top: 0px;
}
.btn-sm {
font-size: 9px;
@media (min-width: 830px) {
font-size: 14px;
}
}
}
div.scrollable {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
2022-03-09 16:30:45 +01:00
max-height: 75px;
}
.skeleton-loader {
width: 100%;
max-width: 90px;
}
.table {
margin: 0px auto;
max-width: 900px;
2022-03-09 16:30:45 +01:00
}
.box {
padding-bottom: 0px;
}
.label {
max-width: 50px;
width: 30%;
}
.data {
text-align: center;
@media (max-width: 767.98px) {
text-align: right;
}
}