2021-06-24 01:39:44 +02:00
|
|
|
.transaction-detail {
|
2021-07-26 17:24:44 +02:00
|
|
|
position: relative;
|
|
|
|
|
2021-07-14 15:42:10 +02:00
|
|
|
.transaction-detail-edit {
|
|
|
|
text-align: end;
|
|
|
|
padding-top: 20px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
@include H7;
|
|
|
|
|
|
|
|
color: $primary-1;
|
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
|
|
|
padding-inline-end: 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-rows &-item:first-child {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-item {
|
2021-06-24 01:39:44 +02:00
|
|
|
padding: 20px 0;
|
|
|
|
border-bottom: 1px solid $ui-3;
|
|
|
|
|
2021-07-30 13:35:30 +02:00
|
|
|
&:first-child {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2021-06-24 01:39:44 +02:00
|
|
|
&:last-child {
|
|
|
|
padding-bottom: 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|