@egovernments/digit-ui-health-css 0.2.98 → 0.2.100

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/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.2.98
2
+ * @egovernments/digit-ui-health-css - 0.2.100
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -3876,7 +3876,7 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
3876
3876
  .delivery-rule-container .attribute-container {
3877
3877
  border: 1px solid #d6d5d4;
3878
3878
  background-color: #fafafa;
3879
- padding: 0 1rem 1rem; }
3879
+ padding: 1rem; }
3880
3880
  .delivery-rule-container .attribute-container .add-attribute {
3881
3881
  width: 74.5%;
3882
3882
  -webkit-box-pack: center;
@@ -4434,8 +4434,10 @@ header {
4434
4434
  .camp-help-button-app-configuration-redesign {
4435
4435
  margin-right: 24rem; }
4436
4436
 
4437
- .boldLabel .digit-header-content {
4438
- font-weight: 700; }
4437
+ .boldLabel {
4438
+ margin-bottom: 0; }
4439
+ .boldLabel .digit-header-content {
4440
+ font-weight: 700; }
4439
4441
 
4440
4442
  .clickable:hover {
4441
4443
  border: .063rem solid #c84c0e;
@@ -4466,6 +4468,9 @@ header {
4466
4468
  -ms-flex-direction: column !important;
4467
4469
  flex-direction: column !important; }
4468
4470
 
4471
+ .copy-campaign-popup .digit-popup-heading {
4472
+ color: #0b4b66; }
4473
+
4469
4474
  .summary-header {
4470
4475
  font-size: 2.25rem;
4471
4476
  margin-bottom: 1.5rem !important;
@@ -4646,7 +4651,7 @@ header {
4646
4651
  display: -ms-flexbox;
4647
4652
  display: flex; }
4648
4653
  .label-field-grid .update-date-labelField .update-label p {
4649
- margin: 0 0 .25rem; }
4654
+ margin: 0 0 1rem; }
4650
4655
  .label-field-grid .update-date-labelField .update-label .mandatory-date {
4651
4656
  margin-top: -.25rem; }
4652
4657
  .label-field-grid .digit-button-primary {
@@ -4683,25 +4688,24 @@ header {
4683
4688
  width: 100%; }
4684
4689
 
4685
4690
  .campaign-tag {
4686
- border: .5px solid #0b4b66;
4687
- margin-bottom: 1rem;
4688
- height: 3.3rem; }
4691
+ background-color: #eff8ff !important;
4692
+ border-color: #3498db !important; }
4689
4693
  .campaign-tag .digit-tag-text {
4690
- font-size: 1.5rem;
4691
- font-weight: 700; }
4694
+ color: #3498db !important; }
4692
4695
 
4693
4696
  .digit-popup-wrapper.dataMapping .digit-popup-children-wrap {
4694
4697
  overflow: visible; }
4695
4698
 
4696
4699
  .dataMappingCard {
4697
- overflow-y: scroll; }
4700
+ overflow-y: scroll;
4701
+ margin-top: 1.5rem; }
4698
4702
 
4699
4703
  .dataMappingDropdown {
4700
4704
  min-width: 13rem !important; }
4701
4705
 
4702
4706
  .data-mapping-filter-switch {
4703
4707
  float: right;
4704
- margin-right: 5rem;
4708
+ margin-right: 0;
4705
4709
  margin-bottom: 0; }
4706
4710
 
4707
4711
  .digit-label-field-pair.multiselect-label-field > div:first-of-type {
@@ -4921,13 +4925,18 @@ header {
4921
4925
  -ms-flex-direction: column;
4922
4926
  flex-direction: column;
4923
4927
  text-align: center;
4924
- -webkit-transition: -webkit-box-shadow .3s ease-in-out;
4925
- transition: -webkit-box-shadow .3s ease-in-out;
4926
- transition: box-shadow .3s ease-in-out;
4927
- transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
4928
- transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
4928
+ -webkit-transition: -webkit-box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;
4929
+ transition: -webkit-box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;
4930
+ transition: box-shadow .3s ease-in-out,transform .3s ease-in-out;
4931
+ transition: box-shadow .3s ease-in-out,transform .3s ease-in-out,-webkit-box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;
4929
4932
  background-color: #fff; }
4930
4933
 
4934
+ .cardStyle:hover {
4935
+ -webkit-transform: translateY(-5px);
4936
+ transform: translateY(-5px);
4937
+ -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
4938
+ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); }
4939
+
4931
4940
  .disabledCard {
4932
4941
  cursor: not-allowed;
4933
4942
  border: 1.5px solid #c5c5c5; }
@@ -4978,7 +4987,8 @@ header {
4978
4987
  font-size: [object Object]; }
4979
4988
 
4980
4989
  .detail-header {
4981
- color: #0b4b66; }
4990
+ color: #0b4b66;
4991
+ font-family: roboto; }
4982
4992
 
4983
4993
  .details-desc {
4984
4994
  color: #505a5f;
@@ -4994,11 +5004,14 @@ header {
4994
5004
  justify-content: space-between; }
4995
5005
 
4996
5006
  .campaign-view-tag {
4997
- margin-left: 1rem; }
5007
+ margin-left: 1rem;
5008
+ height: -webkit-fit-content;
5009
+ height: -moz-fit-content;
5010
+ height: fit-content; }
4998
5011
 
4999
5012
  .module-card {
5000
5013
  width: 20rem;
5001
- height: 20rem;
5014
+ height: 23rem;
5002
5015
  border: 1px;
5003
5016
  border-radius: .75rem; }
5004
5017
 
@@ -5020,6 +5033,7 @@ header {
5020
5033
  width: 100% !important; }
5021
5034
 
5022
5035
  .beneficiary-selection-label {
5036
+ margin-top: 1.5rem;
5023
5037
  margin-bottom: 0; }
5024
5038
 
5025
5039
  .selected-card {
@@ -5218,6 +5232,16 @@ header {
5218
5232
  .app-config {
5219
5233
  width: auto; }
5220
5234
 
5235
+ .progress-popup .digit-popup-close {
5236
+ display: none !important; }
5237
+
5238
+ .update-boundary-header {
5239
+ color: #0b4b66;
5240
+ font-size: 32px; }
5241
+
5242
+ .select-boundary {
5243
+ color: #0b4b66 !important; }
5244
+
5221
5245
  .formula-label-field {
5222
5246
  display: -webkit-box;
5223
5247
  display: -ms-flexbox;
@@ -7384,7 +7408,7 @@ tbody tr:nth-child(odd) {
7384
7408
 
7385
7409
  .digit-employee-card.campaign-update-container {
7386
7410
  padding: 1.5rem;
7387
- margin: 0 !important; }
7411
+ margin: 1rem 0 0; }
7388
7412
  .digit-employee-card.campaign-update-container .header {
7389
7413
  margin-bottom: 1.5rem; }
7390
7414
  .digit-employee-card.campaign-update-container .search-field-container {
@@ -7413,7 +7437,7 @@ tbody tr:nth-child(odd) {
7413
7437
  display: -ms-flexbox;
7414
7438
  display: flex; }
7415
7439
  .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label p {
7416
- margin: 0 0 .25rem; }
7440
+ margin: 0 0 1rem; }
7417
7441
  .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label .mandatory-date {
7418
7442
  margin-top: -.25rem; }
7419
7443
  .digit-employee-card.campaign-update-container .search-field-container .label-field-grid .digit-button-primary {