@egovernments/digit-ui-health-css 0.2.121 → 0.2.122

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.2.121",
3
+ "version": "0.2.122",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -213,10 +213,10 @@
213
213
  }
214
214
  .campaign-tag {
215
215
  .digit-tag-text {
216
- color: theme(digitv2.alert.info) !important;
216
+ color: #0057bd !important;
217
217
  }
218
218
  background-color: #eff8ff !important;
219
- border-color: theme(digitv2.alert.info) !important;
219
+ border-color: #0057bd !important;
220
220
  }
221
221
  .digit-popup-wrapper.dataMapping {
222
222
  .digit-popup-children-wrap {
@@ -424,14 +424,11 @@
424
424
  .campaign-header-style {
425
425
  color: theme(digitv2.lightTheme.primary-2);
426
426
  font-size: 2.5rem;
427
- padding-bottom: 1rem;
428
427
  }
429
428
  .SubHeadingClass {
430
429
  color: theme(digitv2.lightTheme.text-color-secondary);
431
430
  font-weight: 400;
432
431
  font-size: 1rem;
433
- margin-top: 1.5rem;
434
- margin-bottom: 1.5rem;
435
432
  }
436
433
  .date-header {
437
434
  width: 100% !important;
@@ -545,6 +542,7 @@
545
542
  display: flex;
546
543
  gap: 1.5rem;
547
544
  align-items: flex-start;
545
+ padding-left: 0rem;
548
546
  padding: 1rem;
549
547
  }
550
548
  .campaign-module-button {
@@ -656,6 +654,13 @@
656
654
  }
657
655
  }
658
656
 
657
+ .version-tag{
658
+ .digit-tag-text{
659
+ font-size: 0.75rem;
660
+ }
661
+
662
+ }
663
+
659
664
  .content-group {
660
665
  display: flex;
661
666
  align-items: center;
@@ -795,4 +800,7 @@
795
800
  max-width: 100%;
796
801
  margin-top: -2rem;
797
802
  margin-bottom: 0.5rem;
803
+ }
804
+ .start-header{
805
+ color: theme(digitv2.lightTheme.primary-2) !important;
798
806
  }
@@ -287,12 +287,22 @@
287
287
  .digit-header-content{
288
288
  font-weight: 700;
289
289
  }
290
+
291
+ &.withoutMargin{
292
+ margin-bottom: 0rem !important;
293
+ }
290
294
  }
291
295
  .clickable:hover{
292
296
  border: 0.063rem solid theme(digitv2.lightTheme.primary);
293
297
  box-shadow: 0.063rem theme(digitv2.spacers.spacer1) theme(digitv2.spacers.spacer1) theme(digitv2.spacers.spacer0) #00000029;
294
298
  }
295
299
 
300
+ .setup-campaign{
301
+ .digit-label-field-pair{
302
+ margin-bottom: 0rem;
303
+ }
304
+ }
305
+
296
306
  .cmn-help-info-card{
297
307
  margin: 1.5rem 1rem;
298
308
  max-width: 100%;
@@ -113,10 +113,6 @@
113
113
  min-width: 12.5rem;
114
114
  }
115
115
 
116
- .info-text {
117
- padding-bottom: 1.5rem;
118
- }
119
-
120
116
  .microplan-bulk-upload {
121
117
  display: flex;
122
118
  justify-content: space-between;
@@ -392,6 +388,7 @@ tbody {
392
388
  }
393
389
 
394
390
  .campaign-summary-container {
391
+ overflow: auto;
395
392
  .setup-campaign-card {
396
393
  .employeeCard.employeeCard-override {
397
394
  padding: 1.5rem;
@@ -937,7 +934,7 @@ tbody {
937
934
  }
938
935
 
939
936
  .app-configure-action-button {
940
- border-radius: 0.75rem;
937
+ border-radius: 1.25rem;
941
938
  padding: 0.25rem 0.25rem;
942
939
  height: 3rem;
943
940
  width: 10rem;
@@ -1103,7 +1100,7 @@ tbody {
1103
1100
  }
1104
1101
  background-color: #c84c0e1a;
1105
1102
  border: 2px solid #c84c0e;
1106
- border-radius: 1rem;
1103
+ border-radius: 0.5rem;
1107
1104
  .digit-field {
1108
1105
  .digit-radio-options-wrap {
1109
1106
  flex-direction: column;
@@ -1241,7 +1238,7 @@ tbody {
1241
1238
  display: flex;
1242
1239
  flex-direction: row-reverse;
1243
1240
  .mobile-bezel-zoom-container {
1244
- display: flex;
1241
+ display: none;
1245
1242
  height: fit-content;
1246
1243
  gap: 0.5rem;
1247
1244
  flex-direction: column-reverse;
@@ -1264,6 +1261,10 @@ tbody {
1264
1261
  }
1265
1262
  }
1266
1263
 
1264
+ .info-text{
1265
+ color: theme(digitv2.lightTheme.text-color-secondary);
1266
+ }
1267
+
1267
1268
  .appConfig-flex-action {
1268
1269
  display: flex;
1269
1270
  align-items: center;