You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
452 B
26 lines
452 B
@import 'transaction-breakdown-row/index';
|
|
|
|
.transaction-breakdown {
|
|
&__title {
|
|
border-bottom: 1px solid #d8d8d8;
|
|
padding-bottom: 4px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
&__row-title {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
&__value {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
text-align: end;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
|
|
&--eth-total {
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
}
|
|
|