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.
34 lines
595 B
34 lines
595 B
@import 'transaction-breakdown-row/index';
|
|
|
|
.transaction-breakdown {
|
|
&__title {
|
|
padding-bottom: 4px;
|
|
padding-top: 8px;
|
|
font-size: 14px;
|
|
color: var(--Black-100);
|
|
font-weight: bold;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
&__row-title {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
&__value {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
text-align: end;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
|
|
&--eth-total {
|
|
font-weight: bold;
|
|
color: var(--Black-100);
|
|
}
|
|
|
|
&--amount {
|
|
font-weight: bold;
|
|
color: var(--Black-100);
|
|
}
|
|
}
|
|
}
|
|
|