1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/components/app/transaction-breakdown/transaction-breakdown-row/index.scss

23 lines
337 B
SCSS

.transaction-breakdown-row {
@include H7;
color: var(--Grey-500);
display: flex;
justify-content: space-between;
padding: 8px 0;
&--with-bottom-border {
border-bottom: 1px solid #d8d8d8;
}
&__title {
padding-right: 8px;
min-width: 40%;
}
&__value {
min-width: 0;
word-break: break-word;
}
}