mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
40 lines
481 B
SCSS
40 lines
481 B
SCSS
.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;
|
|
}
|
|
}
|