46 lines
590 B
SCSS
46 lines
590 B
SCSS
|
.spinner-border {
|
||
|
height: 25px;
|
||
|
width: 25px;
|
||
|
margin-top: 13px;
|
||
|
}
|
||
|
|
||
|
tr, td, th {
|
||
|
border: 0px;
|
||
|
padding-top: 0.65rem !important;
|
||
|
padding-bottom: 0.6rem !important;
|
||
|
padding-right: 2rem !important;
|
||
|
.widget {
|
||
|
padding-right: 1rem !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.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%;
|
||
|
}
|