Show block reward in the pool stat page

This commit is contained in:
nymkappa
2022-02-11 17:55:38 +09:00
parent f2abedfbaa
commit e1f3c662b2
3 changed files with 78 additions and 45 deletions

View File

@@ -0,0 +1,32 @@
.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) {
margin-left: 2%;
flex-direction: row;
float: left;
margin-top: 0px;
}
.btn-sm {
font-size: 9px;
@media (min-width: 830px) {
font-size: 14px;
}
}
}