1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/components/app/transaction-breakdown/transaction-breakdown-row/index.scss
Guillaume Roux ad28c81a39
General backgrounds and borders design token updates (#13764)
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>
2022-03-16 15:49:25 +01:00

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;
}
}