mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
ad28c81a39
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com> Co-authored-by: George Marshall <george.marshall@consensys.net> Co-authored-by: David Walsh <davidwalsh83@gmail.com>
23 lines
370 B
SCSS
23 lines
370 B
SCSS
.transaction-breakdown-row {
|
|
@include H7;
|
|
|
|
color: var(--color-text-alternative);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 8px 0;
|
|
|
|
&--with-bottom-border {
|
|
border-bottom: 1px solid var(---color-border-muted);
|
|
}
|
|
|
|
&__title {
|
|
padding-right: 8px;
|
|
min-width: 40%;
|
|
}
|
|
|
|
&__value {
|
|
min-width: 0;
|
|
word-break: break-word;
|
|
}
|
|
}
|