@egovernments/digit-ui-health-css 0.3.3 → 0.3.5
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/CHANGELOG.md +12 -0
- package/dist/index.css +61 -30
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/components/microplan.scss +0 -4
- package/src/pages/employee/campaign.scss +22 -9
- package/src/pages/employee/campaignCommon.scss +12 -0
- package/src/pages/employee/campaignCycle.scss +69 -10
- package/src/pages/employee/coreOverride.scss +1 -0
- package/src/pages/employee/healthdss.scss +8 -2
- package/src/pages/employee/index.scss +3 -3
package/package.json
CHANGED
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
color: #0057bd !important;
|
|
217
217
|
}
|
|
218
218
|
background-color: #eff8ff !important;
|
|
219
|
-
border-color:
|
|
219
|
+
border-color: #0057bd !important;
|
|
220
220
|
}
|
|
221
221
|
.digit-popup-wrapper.dataMapping {
|
|
222
222
|
.digit-popup-children-wrap {
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
color: theme(digitv2.lightTheme.primary-2);
|
|
426
426
|
font-size: 2.5rem;
|
|
427
427
|
}
|
|
428
|
-
.campaign-header-module-style{
|
|
428
|
+
.campaign-header-module-style {
|
|
429
429
|
color: theme(digitv2.lightTheme.primary-2);
|
|
430
430
|
font-size: 2.5rem;
|
|
431
431
|
margin-bottom: 1rem !important;
|
|
@@ -542,14 +542,21 @@
|
|
|
542
542
|
height: 20rem;
|
|
543
543
|
border: 1px;
|
|
544
544
|
border-radius: 0.75rem;
|
|
545
|
+
display: flex;
|
|
546
|
+
flex-direction: column;
|
|
547
|
+
justify-content: space-between;
|
|
548
|
+
|
|
545
549
|
}
|
|
546
550
|
.modules-container {
|
|
547
551
|
display: flex;
|
|
548
552
|
gap: 1.5rem;
|
|
549
|
-
|
|
553
|
+
flex-wrap: wrap;
|
|
554
|
+
align-items: stretch;
|
|
550
555
|
padding-left: 0rem;
|
|
551
556
|
padding: 1rem;
|
|
552
557
|
padding-left: 0rem;
|
|
558
|
+
grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
|
|
559
|
+
|
|
553
560
|
}
|
|
554
561
|
|
|
555
562
|
.modules-feature-container {
|
|
@@ -617,6 +624,7 @@
|
|
|
617
624
|
font-family: theme(digitv2.fontFamily.sans);
|
|
618
625
|
font-size: theme(digitv2.fontSize.heading-s);
|
|
619
626
|
color: theme(digitv2.lightTheme.text-color-secondary);
|
|
627
|
+
overflow-wrap: break-word;
|
|
620
628
|
}
|
|
621
629
|
.name-container-popUp {
|
|
622
630
|
margin-top: 0.8rem;
|
|
@@ -666,11 +674,10 @@
|
|
|
666
674
|
}
|
|
667
675
|
}
|
|
668
676
|
|
|
669
|
-
.version-tag{
|
|
670
|
-
.digit-tag-text{
|
|
677
|
+
.version-tag {
|
|
678
|
+
.digit-tag-text {
|
|
671
679
|
font-size: 0.75rem;
|
|
672
680
|
}
|
|
673
|
-
|
|
674
681
|
}
|
|
675
682
|
|
|
676
683
|
.content-group {
|
|
@@ -808,10 +815,16 @@
|
|
|
808
815
|
top: 1rem;
|
|
809
816
|
right: 1rem;
|
|
810
817
|
}
|
|
811
|
-
.dynamic-image-component{
|
|
818
|
+
.dynamic-image-component {
|
|
812
819
|
max-width: 100%;
|
|
813
820
|
margin-bottom: -2.5rem;
|
|
814
821
|
}
|
|
815
|
-
.start-header{
|
|
822
|
+
.start-header {
|
|
816
823
|
color: theme(digitv2.lightTheme.primary-2) !important;
|
|
817
|
-
}
|
|
824
|
+
}
|
|
825
|
+
.digit-loader-new.Overlayloader.loader-center {
|
|
826
|
+
position: fixed;
|
|
827
|
+
top: 50%;
|
|
828
|
+
left: 50%;
|
|
829
|
+
transform: translate(-50%, -50%);
|
|
830
|
+
}
|
|
@@ -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,43 @@
|
|
|
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
|
}
|
|
389
|
+
|
|
334
390
|
}
|
|
391
|
+
|
|
335
392
|
.search-button-wrapper {
|
|
336
393
|
grid-column-end: -1 !important;
|
|
337
394
|
flex-direction: row !important;
|
|
338
395
|
}
|
|
339
|
-
|
|
340
|
-
}
|
|
396
|
+
|
|
397
|
+
.add-resource-modal {}
|
|
398
|
+
|
|
341
399
|
.add-resource-wrapper {
|
|
342
400
|
.link {
|
|
343
401
|
color: theme(digitv2.lightTheme.primary);
|
|
344
402
|
}
|
|
345
403
|
}
|
|
404
|
+
|
|
346
405
|
.digit-toast-success {
|
|
347
406
|
margin-bottom: -1.25rem;
|
|
348
|
-
}
|
|
407
|
+
}
|
|
@@ -558,6 +558,7 @@
|
|
|
558
558
|
align-items: stretch;
|
|
559
559
|
justify-content: flex-start;
|
|
560
560
|
gap: 1.5rem;
|
|
561
|
+
flex-wrap: wrap;
|
|
561
562
|
|
|
562
563
|
.digit-dss-card-parent {
|
|
563
564
|
flex: 1;
|
|
@@ -577,7 +578,6 @@
|
|
|
577
578
|
.digit-loader-new {
|
|
578
579
|
&.digit-center-loader {
|
|
579
580
|
width: 100%;
|
|
580
|
-
height: 100%;
|
|
581
581
|
display: flex;
|
|
582
582
|
align-items: center;
|
|
583
583
|
justify-content: center;
|
|
@@ -737,8 +737,9 @@
|
|
|
737
737
|
}
|
|
738
738
|
|
|
739
739
|
.digit-stacked-collection-card {
|
|
740
|
-
width: 33
|
|
740
|
+
/*width: 33%;*/
|
|
741
741
|
gap: 2rem;
|
|
742
|
+
flex: 1 1 0;
|
|
742
743
|
}
|
|
743
744
|
|
|
744
745
|
.digit-dss-options-header-wrapper {
|
|
@@ -1075,6 +1076,11 @@
|
|
|
1075
1076
|
gap: 1.5rem;
|
|
1076
1077
|
align-items: stretch;
|
|
1077
1078
|
margin-bottom: 1.5rem;
|
|
1079
|
+
flex-wrap: wrap;
|
|
1080
|
+
|
|
1081
|
+
.digit-chart-item{
|
|
1082
|
+
flex: 1 1 0;
|
|
1083
|
+
}
|
|
1078
1084
|
}
|
|
1079
1085
|
|
|
1080
1086
|
.wrapper-child {
|
|
@@ -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));
|