2022-08-17 16:19:01 +02:00
|
|
|
.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;
|
2022-08-17 16:19:01 +02:00
|
|
|
}
|
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;
|
2022-08-17 16:19:01 +02:00
|
|
|
text-overflow: ellipsis;
|
2023-02-23 18:36:13 +09:00
|
|
|
overflow: hidden;
|
2022-08-17 16:19:01 +02:00
|
|
|
}
|
|
|
|
|
2023-02-23 18:36:13 +09:00
|
|
|
.liquidity {
|
2022-08-17 16:19:01 +02:00
|
|
|
width: 10%;
|
2023-02-23 18:36:13 +09:00
|
|
|
@media (max-width: 576px) {
|
|
|
|
width: 25%;
|
2022-08-17 12:53:26 +02:00
|
|
|
}
|
|
|
|
}
|
2022-08-17 16:19:01 +02:00
|
|
|
|
2023-02-23 18:36:13 +09:00
|
|
|
.fiat {
|
2022-08-17 16:19:01 +02:00
|
|
|
width: 15%;
|
2023-02-23 18:36:13 +09:00
|
|
|
font-family: monospace;
|
|
|
|
font-size: 14px;
|
2022-08-17 16:19:01 +02:00
|
|
|
}
|