2024-01-23 09:57:26 +01:00
|
|
|
.spinner-border {
|
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr, td, th {
|
|
|
|
border: 0px;
|
2024-02-09 14:26:34 +01:00
|
|
|
padding-top: 0.65rem;
|
|
|
|
padding-bottom: 0.6rem;
|
|
|
|
padding-right: 2rem;
|
|
|
|
.widget &.widget {
|
|
|
|
padding-right: 1rem;
|
|
|
|
@media (max-width: 510px) {
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
2024-01-23 09:57:26 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.clear-link {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
background-color: #2d3348;
|
|
|
|
}
|
|
|
|
|
|
|
|
.address {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
max-width: 160px;
|
|
|
|
}
|
|
|
|
.address.widget {
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.amount {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
.amount.widget {
|
|
|
|
width: 40%;
|
|
|
|
}
|