55 lines
714 B
SCSS
Raw Normal View History

2024-01-23 09:57:26 +01:00
.spinner-border {
height: 25px;
width: 25px;
margin-top: 13px;
}
2024-02-22 14:43:19 +01:00
.extra-margin-right {
@media (max-width: 380px) {
margin-left: -10px;
}
}
2024-01-23 09:57:26 +01:00
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 {
2024-04-06 15:48:35 +09:00
background-color: var(--secondary);
2024-01-23 09:57:26 +01:00
}
.address {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 160px;
}
.address.widget {
width: 60%;
}
.amount {
width: 25%;
}
.amount.widget {
width: 40%;
}