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.
30 lines
362 B
30 lines
362 B
3 years ago
|
.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;
|
||
|
}
|
||
|
}
|