mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 23:58:06 +01:00
30 lines
362 B
SCSS
30 lines
362 B
SCSS
.transaction-detail-item {
|
|
color: $ui-4;
|
|
|
|
&__row {
|
|
display: flex;
|
|
}
|
|
|
|
&__title {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|