@colijnit/transaction 258.1.34 → 258.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -100,5 +100,14 @@
100
100
  }
101
101
  }
102
102
  }
103
+ .co-transaction-header-block {
104
+ width: 100%;
105
+ height: 100%;
106
+ }
107
+ .header-order-wrapper {
108
+ &:hover {
109
+ background: rgba(26, 115, 232, 0.05);
110
+ }
111
+ }
103
112
  }
104
113
  }
@@ -60,6 +60,7 @@
60
60
  }
61
61
  .transaction-header-block-content {
62
62
  cursor: pointer;
63
+ justify-content: flex-end;
63
64
  }
64
65
  .header-delivery-deliverydate {
65
66
  .co-input-date {
@@ -4,6 +4,7 @@
4
4
  .co-transaction-header-order {
5
5
  display: flex;
6
6
  justify-content: flex-end;
7
+ width: 100%;
7
8
  &.purchase-order-header {
8
9
  justify-content: center;
9
10
  }
@@ -118,5 +119,8 @@
118
119
  margin: $tp-transaction-header-order-section-label-margin;
119
120
  }
120
121
  }
122
+ .co-transaction-header-block {
123
+ align-items: flex-end;
124
+ }
121
125
  }
122
126
  }
@@ -4,10 +4,14 @@
4
4
  .co-transaction-header-payment {
5
5
  display: flex;
6
6
  overflow: hidden;
7
+ width: 100%;
8
+ .transaction-header-payment-wrapper {
9
+ width: 100%;
10
+ }
7
11
  .transaction-header-payment-wrapper-content {
8
12
  display: flex;
9
13
  flex-direction: column;
10
- //height: 200%;
14
+ height: 100%;
11
15
  transform: translateY(0);
12
16
  transition: transform .2s ease-in-out;
13
17
  &.show-remaining {
@@ -79,6 +79,7 @@
79
79
  padding: $tp-co-transaction-header-relation-content-padding;
80
80
  position: relative;
81
81
  cursor: pointer;
82
+ justify-content: flex-start;
82
83
  }
83
84
  .no-relation-yet {
84
85
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "258.1.34",
3
+ "version": "258.1.35",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",