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-detail-item/index.scss

39 lines
481 B

.transaction-detail-item {
color: $ui-4;
&__row {
display: flex;
grid-gap: 5px;
}
&__title {
flex-grow: 1;
word-break: break-word;
}
.info-tooltip {
display: inline-block;
margin-inline-start: 4px;
path {
fill: $ui-3;
}
}
&__total {
font-weight: bold;
color: $ui-black;
}
&__subtitle {
flex-grow: 1;
}
&__subtext {
text-align: end;
}
.currency-display-component {
display: inline;
}
}