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
489 B

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