A Metamask fork with Infura removed and default networks editable
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.
 
 
 
 
 
ciphermask/ui/components/app/transaction-breakdown/transaction-breakdown-row/index.scss

22 lines
331 B

.transaction-breakdown-row {
@include H7;
color: $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;
}
}