2021-06-24 01:39:44 +02:00
|
|
|
.transaction-detail-item {
|
|
|
|
color: $ui-4;
|
|
|
|
|
|
|
|
&__row {
|
|
|
|
display: flex;
|
2021-07-28 18:29:55 +02:00
|
|
|
grid-gap: 5px;
|
2021-06-24 01:39:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
flex-grow: 1;
|
2021-07-24 22:40:51 +02:00
|
|
|
word-break: break-word;
|
2021-07-16 17:00:03 +02:00
|
|
|
}
|
|
|
|
|
2021-06-24 01:39:44 +02:00
|
|
|
.info-tooltip {
|
|
|
|
display: inline-block;
|
|
|
|
margin-inline-start: 4px;
|
2021-08-03 04:08:20 +02:00
|
|
|
|
|
|
|
path {
|
|
|
|
fill: $ui-3;
|
|
|
|
}
|
2021-06-24 01:39:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__total {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $ui-black;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__subtitle {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2021-07-22 18:33:34 +02:00
|
|
|
|
|
|
|
&__subtext {
|
|
|
|
text-align: end;
|
|
|
|
}
|
2021-07-23 15:39:10 +02:00
|
|
|
|
|
|
|
.currency-display-component {
|
|
|
|
display: inline;
|
|
|
|
}
|
2021-06-24 01:39:44 +02:00
|
|
|
}
|