diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index db0fe7245..4fb7d44ea 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -66,12 +66,18 @@ } } } + .item-divider { + padding-top: 1.2rem; + color: $item-label-color; + font-size: 15px; + } .payment-proposal-to { width: 100%; display: inline-block; padding: 8px 13px; background-color: rgba(203, 203, 203, .13); margin-top: 10px; + margin-bottom: 5px; display: flex; align-items: center; border-radius: 4px; @@ -114,6 +120,30 @@ box-shadow: none; } } + + .timeline-item { + > * { + padding-right: 0; + } + } + + .timeline-content { + display: flex; + align-items: center; + + &__label { + flex-grow: 1; + + > .action { + font-size: 16px; + } + + > .name { + color: #aaa; + font-size: 14px; + } + } + } } .accept-slide { position: fixed; diff --git a/www/views/modals/txp-details.html b/www/views/modals/txp-details.html index f95d2b743..3c9c4f89e 100644 --- a/www/views/modals/txp-details.html +++ b/www/views/modals/txp-details.html @@ -1,7 +1,8 @@ - +
Payment Proposal @@ -131,17 +132,19 @@
Timeline
-
+
- {{$index + 1}} + {{$index + 1}}
-
-
{{a.description}}
+
+
- {{a.by}} - +