@egovernments/digit-ui-health-css 0.2.136 → 0.2.137
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
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
@import "../../typography.scss";
|
|
2
2
|
|
|
3
3
|
.campaign-cycle-container {
|
|
4
|
-
.campaign-tabs-container {
|
|
5
|
-
|
|
4
|
+
.campaign-tabs-container {}
|
|
5
|
+
|
|
6
6
|
.sub-tab-container {
|
|
7
7
|
margin-top: 5px;
|
|
8
8
|
padding: 1.5rem;
|
|
9
|
+
|
|
9
10
|
.card-text {
|
|
10
11
|
margin-bottom: 0;
|
|
11
12
|
}
|
|
12
13
|
}
|
|
14
|
+
|
|
13
15
|
.add-resource-container {
|
|
14
16
|
background-color: #fafafa;
|
|
15
17
|
border: 1px solid #d6d5d4;
|
|
@@ -17,16 +19,19 @@
|
|
|
17
19
|
padding: 1rem;
|
|
18
20
|
margin-right: 1rem;
|
|
19
21
|
margin-bottom: 1.5rem;
|
|
22
|
+
|
|
20
23
|
.digit-card-text {
|
|
21
24
|
margin: 0;
|
|
22
25
|
font-weight: 700;
|
|
23
26
|
}
|
|
27
|
+
|
|
24
28
|
.header-container {
|
|
25
29
|
display: flex;
|
|
26
30
|
align-items: baseline;
|
|
27
31
|
justify-content: space-between;
|
|
28
32
|
}
|
|
29
33
|
}
|
|
34
|
+
|
|
30
35
|
.delete-resource-icon {
|
|
31
36
|
cursor: pointer;
|
|
32
37
|
font-weight: 600;
|
|
@@ -36,29 +41,37 @@
|
|
|
36
41
|
gap: 0.5rem;
|
|
37
42
|
align-items: center;
|
|
38
43
|
}
|
|
44
|
+
|
|
39
45
|
.add-resource-label-field-container {
|
|
40
46
|
display: grid;
|
|
41
47
|
grid-template-columns: 2fr 1fr;
|
|
42
48
|
grid-gap: 2rem;
|
|
49
|
+
|
|
43
50
|
.options-card {
|
|
44
51
|
max-height: 10rem !important;
|
|
45
52
|
}
|
|
46
53
|
}
|
|
54
|
+
|
|
47
55
|
.popup-wrap {
|
|
48
56
|
.popup-module-main {
|
|
49
57
|
max-height: 707px;
|
|
50
58
|
overflow-y: auto;
|
|
51
59
|
width: 99%;
|
|
60
|
+
|
|
52
61
|
&::-webkit-scrollbar {
|
|
53
62
|
width: 0.5rem;
|
|
54
63
|
background: transparent;
|
|
55
64
|
}
|
|
65
|
+
|
|
56
66
|
&::-webkit-scrollbar-thumb {
|
|
57
|
-
background: #d6d5d4;
|
|
58
|
-
|
|
67
|
+
background: #d6d5d4;
|
|
68
|
+
/* Color of the scrollbar thumb */
|
|
69
|
+
border-radius: 5px;
|
|
70
|
+
/* Adjust the border-radius for rounded corners */
|
|
59
71
|
height: 0.5rem;
|
|
60
72
|
}
|
|
61
73
|
}
|
|
74
|
+
|
|
62
75
|
.popup-module-action-bar {
|
|
63
76
|
.selector-button-primary {
|
|
64
77
|
padding: 0.6rem 2.5rem;
|
|
@@ -69,46 +82,56 @@
|
|
|
69
82
|
}
|
|
70
83
|
}
|
|
71
84
|
}
|
|
85
|
+
|
|
72
86
|
.selector-button-primary {
|
|
73
87
|
background-color: theme(digitv2.lightTheme.primary);
|
|
74
88
|
}
|
|
89
|
+
|
|
75
90
|
.campaign-breadcrumb {
|
|
76
91
|
margin: 0;
|
|
77
92
|
margin-bottom: 1.5rem;
|
|
78
93
|
color: theme(digitv2.lightTheme.primary) !important;
|
|
79
94
|
}
|
|
95
|
+
|
|
80
96
|
.sc-jlZhew.dVtbRz {
|
|
81
97
|
overflow: hidden;
|
|
82
98
|
}
|
|
99
|
+
|
|
83
100
|
.campaign-popup-module {
|
|
84
101
|
margin: auto;
|
|
85
102
|
width: calc(100% - 5rem);
|
|
86
103
|
}
|
|
104
|
+
|
|
87
105
|
.campaign-bulk-upload {
|
|
88
106
|
display: flex;
|
|
89
107
|
justify-content: space-between;
|
|
90
|
-
|
|
108
|
+
|
|
91
109
|
.campaign-download-template-btn {
|
|
92
110
|
font-weight: 700;
|
|
93
111
|
}
|
|
94
112
|
}
|
|
113
|
+
|
|
95
114
|
.bulk-info-text {
|
|
96
115
|
margin-bottom: 1.5rem;
|
|
97
116
|
}
|
|
117
|
+
|
|
98
118
|
.delete-and-download-button {
|
|
99
119
|
display: flex;
|
|
100
120
|
gap: 1.5rem;
|
|
101
121
|
}
|
|
122
|
+
|
|
102
123
|
.bulk-upload-file {
|
|
103
124
|
.uploaded-file-container {
|
|
104
125
|
margin: 0;
|
|
105
126
|
margin-bottom: 1.5rem;
|
|
106
127
|
}
|
|
107
128
|
}
|
|
129
|
+
|
|
108
130
|
.uploaded-file-container {
|
|
109
131
|
margin: 0rem;
|
|
110
132
|
padding: 1rem;
|
|
111
133
|
}
|
|
134
|
+
|
|
112
135
|
.upload-drag-drop-container {
|
|
113
136
|
background-color: #fafafa;
|
|
114
137
|
border: 1.5px dashed #d6d5d4;
|
|
@@ -137,9 +160,11 @@
|
|
|
137
160
|
|
|
138
161
|
.upload-drag-drop-container {
|
|
139
162
|
margin-left: 0rem;
|
|
163
|
+
|
|
140
164
|
.drag-drop {
|
|
141
165
|
color: #b1b4b6;
|
|
142
166
|
}
|
|
167
|
+
|
|
143
168
|
.browse-text {
|
|
144
169
|
text-decoration: underline;
|
|
145
170
|
color: theme(digitv2.lightTheme.primary);
|
|
@@ -150,23 +175,29 @@
|
|
|
150
175
|
.campaign-counter-container {
|
|
151
176
|
padding: 1.5rem;
|
|
152
177
|
padding-bottom: 0.5rem;
|
|
178
|
+
|
|
153
179
|
.card-text {
|
|
154
180
|
margin-top: 0;
|
|
155
181
|
}
|
|
182
|
+
|
|
156
183
|
.label-field-pair {
|
|
157
184
|
margin-bottom: 1rem;
|
|
185
|
+
|
|
158
186
|
.card-label {
|
|
159
187
|
font-weight: 700;
|
|
160
188
|
}
|
|
161
189
|
}
|
|
190
|
+
|
|
162
191
|
.date-field-container {
|
|
163
192
|
display: grid;
|
|
164
193
|
grid-template-columns: 18.75rem 18.75rem;
|
|
165
194
|
grid-gap: 1.5rem;
|
|
166
195
|
width: 100%;
|
|
167
196
|
}
|
|
197
|
+
|
|
168
198
|
.PlusMinus {
|
|
169
199
|
width: 30%;
|
|
200
|
+
|
|
170
201
|
input {
|
|
171
202
|
width: 100%;
|
|
172
203
|
}
|
|
@@ -188,6 +219,7 @@
|
|
|
188
219
|
margin-bottom: -6px;
|
|
189
220
|
border: 1px solid #d6d5d4;
|
|
190
221
|
background-color: #fafafa;
|
|
222
|
+
|
|
191
223
|
&.active {
|
|
192
224
|
height: 3.375rem;
|
|
193
225
|
background-color: #ffffff;
|
|
@@ -200,10 +232,12 @@
|
|
|
200
232
|
font-size: 1.5rem;
|
|
201
233
|
cursor: default;
|
|
202
234
|
}
|
|
235
|
+
|
|
203
236
|
:focus {
|
|
204
237
|
outline: none;
|
|
205
238
|
}
|
|
206
239
|
}
|
|
240
|
+
|
|
207
241
|
.campaign-sub-tab-head {
|
|
208
242
|
outline: none;
|
|
209
243
|
background-color: #ffffff;
|
|
@@ -213,6 +247,7 @@
|
|
|
213
247
|
width: 9.188rem;
|
|
214
248
|
font-size: 1rem;
|
|
215
249
|
font-weight: 400;
|
|
250
|
+
|
|
216
251
|
&.active {
|
|
217
252
|
background-color: theme(digitv2.lightTheme.primary);
|
|
218
253
|
color: #ffffff;
|
|
@@ -226,27 +261,30 @@
|
|
|
226
261
|
cursor: default;
|
|
227
262
|
}
|
|
228
263
|
}
|
|
264
|
+
|
|
229
265
|
.tab-content-header {
|
|
230
266
|
margin-top: 1.5rem;
|
|
231
267
|
margin-bottom: 1.5rem !important;
|
|
232
268
|
}
|
|
233
269
|
|
|
234
|
-
.card-header-delivery{
|
|
270
|
+
.card-header-delivery {
|
|
235
271
|
display: flex;
|
|
236
272
|
justify-content: space-between;
|
|
237
273
|
}
|
|
238
274
|
|
|
239
|
-
.deliveryType-labelfield{
|
|
275
|
+
.deliveryType-labelfield {
|
|
240
276
|
margin-top: 0.565rem;
|
|
241
277
|
}
|
|
242
278
|
|
|
243
279
|
.delivery-rule-container {
|
|
244
280
|
margin-top: 1.5rem;
|
|
245
281
|
margin-bottom: 1.5rem;
|
|
282
|
+
|
|
246
283
|
.digit-card-header {
|
|
247
284
|
.title {
|
|
248
285
|
margin: 0 !important;
|
|
249
286
|
}
|
|
287
|
+
|
|
250
288
|
font-size: 1.5rem !important;
|
|
251
289
|
margin: 0;
|
|
252
290
|
display: flex;
|
|
@@ -254,13 +292,16 @@
|
|
|
254
292
|
justify-content: space-between;
|
|
255
293
|
font-family: theme(digitv2.fontFamily.sans);
|
|
256
294
|
}
|
|
295
|
+
|
|
257
296
|
.attribute-container {
|
|
258
297
|
border: 1px solid #d6d5d4;
|
|
259
298
|
background-color: #fafafa;
|
|
260
299
|
padding: 1rem;
|
|
300
|
+
|
|
261
301
|
.add-attribute {
|
|
262
302
|
width: 74.5%;
|
|
263
303
|
justify-content: center;
|
|
304
|
+
|
|
264
305
|
h2 {
|
|
265
306
|
font-size: 1rem;
|
|
266
307
|
font-family: Roboto;
|
|
@@ -270,43 +311,53 @@
|
|
|
270
311
|
}
|
|
271
312
|
}
|
|
272
313
|
}
|
|
314
|
+
|
|
273
315
|
.attribute-field-wrapper {
|
|
274
316
|
margin-top: 0rem;
|
|
275
317
|
display: grid;
|
|
276
318
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
277
319
|
align-items: center;
|
|
278
320
|
gap: 2.5rem;
|
|
321
|
+
|
|
279
322
|
.digit-label-field-pair {
|
|
280
323
|
flex-direction: column;
|
|
281
324
|
align-items: flex-start !important;
|
|
325
|
+
|
|
282
326
|
.digit-card-label.card-label-smaller {
|
|
283
327
|
font-weight: 700;
|
|
284
328
|
margin-bottom: 0rem;
|
|
285
329
|
}
|
|
330
|
+
|
|
286
331
|
.employee-select-wrap.form-field {
|
|
287
332
|
width: 100%;
|
|
288
333
|
}
|
|
334
|
+
|
|
289
335
|
.digit-employee-card-input {
|
|
290
336
|
margin-bottom: 0;
|
|
291
337
|
}
|
|
292
338
|
}
|
|
339
|
+
|
|
293
340
|
.options-card {
|
|
294
341
|
max-height: 10rem !important;
|
|
295
342
|
}
|
|
343
|
+
|
|
296
344
|
.card-label {
|
|
297
345
|
margin-bottom: 0.5rem;
|
|
298
346
|
}
|
|
299
347
|
}
|
|
348
|
+
|
|
300
349
|
.add-rule-btn {
|
|
301
350
|
margin: auto;
|
|
302
351
|
margin-bottom: 1rem;
|
|
303
352
|
margin-top: 1.5rem;
|
|
353
|
+
|
|
304
354
|
h2 {
|
|
305
355
|
font-family: Roboto;
|
|
306
356
|
font-size: 1rem;
|
|
307
357
|
font-weight: 600;
|
|
308
358
|
}
|
|
309
359
|
}
|
|
360
|
+
|
|
310
361
|
.add-product-btn {
|
|
311
362
|
h2 {
|
|
312
363
|
font-family: Roboto;
|
|
@@ -314,35 +365,42 @@
|
|
|
314
365
|
font-weight: 600;
|
|
315
366
|
}
|
|
316
367
|
}
|
|
368
|
+
|
|
317
369
|
.popup-wrap.campaign-product-wrapper {
|
|
318
370
|
.popup-module {
|
|
319
371
|
width: 70%;
|
|
320
372
|
padding-left: 1.5rem;
|
|
321
373
|
padding-bottom: 1.5rem;
|
|
374
|
+
|
|
322
375
|
.header-wrap {
|
|
323
376
|
font-size: 1.5rem;
|
|
324
377
|
font-weight: 700;
|
|
378
|
+
|
|
325
379
|
.header-content.popup-header-fix {
|
|
326
380
|
margin-top: 1.5rem;
|
|
327
381
|
}
|
|
328
382
|
}
|
|
329
383
|
}
|
|
384
|
+
|
|
330
385
|
.popup-module-action-bar {
|
|
331
386
|
margin-top: 1.5rem;
|
|
332
387
|
margin-right: 1.5rem;
|
|
333
388
|
}
|
|
334
389
|
}
|
|
390
|
+
|
|
335
391
|
.search-button-wrapper {
|
|
336
392
|
grid-column-end: -1 !important;
|
|
337
393
|
flex-direction: row !important;
|
|
338
394
|
}
|
|
339
|
-
|
|
340
|
-
}
|
|
395
|
+
|
|
396
|
+
.add-resource-modal {}
|
|
397
|
+
|
|
341
398
|
.add-resource-wrapper {
|
|
342
399
|
.link {
|
|
343
400
|
color: theme(digitv2.lightTheme.primary);
|
|
344
401
|
}
|
|
345
402
|
}
|
|
403
|
+
|
|
346
404
|
.digit-toast-success {
|
|
347
405
|
margin-bottom: -1.25rem;
|
|
348
|
-
}
|
|
406
|
+
}
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
margin-left: 0;
|
|
39
39
|
margin-right: 0rem;
|
|
40
40
|
padding-right: 0;
|
|
41
|
-
margin-bottom:
|
|
41
|
+
margin-bottom: 1.5rem;
|
|
42
42
|
min-height: calc(100vh - 10em);
|
|
43
43
|
|
|
44
44
|
.ground-container.digit-home-ground {
|
|
45
45
|
padding: 0;
|
|
46
46
|
padding-right: 0;
|
|
47
|
-
margin-bottom:
|
|
47
|
+
margin-bottom: 1.5rem;
|
|
48
48
|
|
|
49
49
|
.employee-app-container.digit-home-employee-app {
|
|
50
50
|
.ground-container.moduleCardWrapper.gridModuleWrapper.digit-home-moduleCardWrapper {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
padding-right: 0;
|
|
53
53
|
margin-top: 1.5rem;
|
|
54
54
|
margin-left: 1rem;
|
|
55
|
-
margin-bottom:
|
|
55
|
+
margin-bottom: 1.5rem;
|
|
56
56
|
padding: 0;
|
|
57
57
|
display: grid !important;
|
|
58
58
|
grid-template-columns: repeat(auto-fill, minmax(263px, 1fr));
|