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

44 lines
594 B
SCSS
Raw Normal View History

.container-graph {
padding: 0px 15px;
}
2019-07-21 17:59:47 +03:00
.card-header {
border-bottom: 0;
font-size: 18px;
@media (min-width: 465px) {
font-size: 20px;
}
2019-07-21 17:59:47 +03:00
}
.card {
background-color: transparent;
border: 0;
}
.bootstrap-spinner {
width: 22px;
height: 22px;
margin-right: 10px;
}
2020-09-23 15:49:07 +07:00
.card-body {
@media (max-width: 767.98px) {
2020-09-23 15:49:07 +07:00
padding-left: 0;
padding-right: 0;
}
}
.formRadioGroup{
margin-top: 6px;
@media (min-width: 653px) {
float: right;
margin-top: 0px;
}
.btn-sm {
font-size: 10px;
@media (min-width: 768px) {
font-size: 14px;
}
}
}