2021-02-17 20:49:17 -05:00
|
|
|
|
.container-nodeinfo {
|
|
|
|
|
line-height: 30px;
|
2021-02-17 23:18:53 -05:00
|
|
|
|
text-align: center;
|
2021-02-17 20:49:17 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrapper-nodeinfo {
|
|
|
|
|
border-bottom: 1px solid #dee2e6;
|
2021-02-17 23:18:53 -05:00
|
|
|
|
}
|
|
|
|
|
|
2021-02-18 21:30:13 -05:00
|
|
|
|
.bg-saturation-danger {
|
|
|
|
|
background-color: #800000 !important;
|
|
|
|
|
}
|
2021-02-17 23:18:53 -05:00
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
.node-progress-bar {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
2021-02-18 21:30:13 -05:00
|
|
|
|
margin-top: 3px;
|
2021-02-17 23:18:53 -05:00
|
|
|
|
margin-bottom: 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.node-progress-bar__label {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
/*float: left;*/
|
|
|
|
|
padding: 0 5px 0 0;
|
|
|
|
|
/*height: 15px;*/
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.node-progress-bar__bar {
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.node-progress-bar {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.node-progress-bar__label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 0 5px 0 0;
|
|
|
|
|
/*height: 15px;*/
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.node-progress-bar__bar {
|
|
|
|
|
width: 200px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -1px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|