@capillarytech/creatives-library 8.0.299 → 8.0.300
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.
package/package.json
CHANGED
|
@@ -13,22 +13,6 @@
|
|
|
13
13
|
align-items: center;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
/* Modals rendered inside slidebox via getContainer (lib mode) – mask and wrap above content */
|
|
17
|
-
.common-test-and-preview-notification-container {
|
|
18
|
-
.ant-notification {
|
|
19
|
-
z-index: 10001 !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.common-test-preview-modal-wrap {
|
|
23
|
-
z-index: 10003 !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.ant-modal-mask,
|
|
27
|
-
.ant-modal-wrap {
|
|
28
|
-
z-index: 10003 !important;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
16
|
/* Lookup spinner overlay above test-customers dropdown. */
|
|
33
17
|
.common-test-preview-lookup-spin {
|
|
34
18
|
position: relative;
|
|
@@ -45,12 +29,12 @@
|
|
|
45
29
|
}
|
|
46
30
|
|
|
47
31
|
/* Customer creation modal content – avoid inline styles */
|
|
48
|
-
.common-test-preview-modal {
|
|
49
|
-
color: $CAP_G01
|
|
50
|
-
width: 32.571em
|
|
32
|
+
.common-test-preview-modal.common-test-preview-modal {
|
|
33
|
+
color: $CAP_G01;
|
|
34
|
+
width: 32.571em;
|
|
51
35
|
margin-left: auto;
|
|
52
36
|
margin-right: auto;
|
|
53
|
-
max-width: 32.571em
|
|
37
|
+
max-width: 32.571em;
|
|
54
38
|
|
|
55
39
|
.ant-modal-footer {
|
|
56
40
|
text-align: left;
|
|
@@ -87,7 +71,7 @@
|
|
|
87
71
|
}
|
|
88
72
|
|
|
89
73
|
/* Input text color and font to match standalone (lib mode can lose host styles) */
|
|
90
|
-
.customer-creation-modal-input {
|
|
74
|
+
.customer-creation-modal-input.customer-creation-modal-input {
|
|
91
75
|
border: none !important;
|
|
92
76
|
|
|
93
77
|
/* Sizes in em for 14px base: same px as .5rem 2.5rem 1.5rem .875rem at 16px (8px, 40px, 24px, 14px) */
|
|
@@ -105,7 +89,7 @@
|
|
|
105
89
|
|
|
106
90
|
.ant-input:hover,
|
|
107
91
|
.ant-input:focus {
|
|
108
|
-
border: 1px solid $CAP_G01
|
|
92
|
+
border: 1px solid $CAP_G01;
|
|
109
93
|
}
|
|
110
94
|
|
|
111
95
|
.ant-input::placeholder {
|
|
@@ -236,6 +220,15 @@
|
|
|
236
220
|
}
|
|
237
221
|
|
|
238
222
|
.common-test-and-preview-slidebox {
|
|
223
|
+
.common-test-preview-modal-wrap {
|
|
224
|
+
z-index: 10003;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.ant-modal-mask,
|
|
228
|
+
.ant-modal-wrap {
|
|
229
|
+
z-index: 10003;
|
|
230
|
+
}
|
|
231
|
+
|
|
239
232
|
.test-preview-header {
|
|
240
233
|
display: flex;
|
|
241
234
|
align-items: center;
|