mempool/frontend/src/app/lightning/nodes-ranking/top-nodes-per-channels/top-nodes-per-channels.component.scss

59 lines
884 B
SCSS
Raw Normal View History

.container-xl {
max-width: 1400px;
}
2023-02-23 18:36:13 +09:00
.container-xl.widget {
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
2022-08-17 12:53:26 +02:00
}
2023-02-23 18:36:13 +09:00
tr, td, th {
border: 0px;
padding-top: 0.65rem !important;
padding-bottom: 0.7rem !important;
}
2023-02-23 18:36:13 +09:00
.clear-link {
color: white;
2022-08-17 12:53:26 +02:00
}
2023-02-23 18:36:13 +09:00
.pool {
width: 15%;
@media (max-width: 576px) {
width: 75%;
}
2022-08-17 12:53:26 +02:00
overflow: hidden;
text-overflow: ellipsis;
2023-02-23 18:36:13 +09:00
white-space: nowrap;
max-width: 160px;
2022-08-17 12:53:26 +02:00
}
2023-02-23 18:36:13 +09:00
.pool-name {
display: inline-block;
vertical-align: text-top;
text-overflow: ellipsis;
2023-02-23 18:36:13 +09:00
overflow: hidden;
}
.pool.widget {
width: 45%;
}
2023-02-23 18:36:13 +09:00
.liquidity {
width: 10%;
2023-02-23 18:36:13 +09:00
@media (max-width: 576px) {
width: 25%;
2022-08-17 12:53:26 +02:00
}
}
.capacity-ratio {
font-size: 12px;
color: darkgrey;
}
.geolocation {
@media (min-width: 768px) and (max-width: 991px) {
display: none !important;
}
@media (max-width: 575px) {
display: none !important;
}
}