@egovernments/digit-ui-health-css 0.3.6 → 0.3.8

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.3.6
2
+ * @egovernments/digit-ui-health-css - 0.3.8
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -3951,8 +3951,10 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
3951
3951
  -ms-flex-direction: row !important;
3952
3952
  flex-direction: row !important; }
3953
3953
 
3954
- .add-resource-wrapper .link {
3955
- color: #c84c0e; }
3954
+ .add-resource-wrapper {
3955
+ margin-bottom: 5rem; }
3956
+ .add-resource-wrapper .link {
3957
+ color: #c84c0e; }
3956
3958
 
3957
3959
  .digit-toast-success {
3958
3960
  margin-bottom: -1.25rem; }
@@ -4109,6 +4111,13 @@ header {
4109
4111
  .digit-landing-page-card {
4110
4112
  border-radius: .25rem; }
4111
4113
 
4114
+ .campaign-product-wrapper .digit-popup-footer {
4115
+ background-color: #fff;
4116
+ position: absolute;
4117
+ width: 100%;
4118
+ bottom: 0;
4119
+ z-index: 9; }
4120
+
4112
4121
  .camp-drawer-caption {
4113
4122
  font-size: 1rem !important;
4114
4123
  font-weight: 400 !important;
@@ -5323,6 +5332,11 @@ header {
5323
5332
  -webkit-transform: translate(-50%, -50%);
5324
5333
  transform: translate(-50%, -50%); }
5325
5334
 
5335
+ .deliveries-pop-module {
5336
+ max-width: -webkit-fit-content;
5337
+ max-width: -moz-fit-content;
5338
+ max-width: fit-content; }
5339
+
5326
5340
  .formula-label-field {
5327
5341
  display: -webkit-box;
5328
5342
  display: -ms-flexbox;
@@ -8500,7 +8514,8 @@ tbody tr:nth-child(odd) {
8500
8514
  flex-wrap: wrap;
8501
8515
  grid-gap: 1.5rem;
8502
8516
  gap: 1.5rem;
8503
- margin-bottom: 1rem; }
8517
+ margin-bottom: 1rem;
8518
+ max-width: 100% !important; }
8504
8519
 
8505
8520
  .workbench-download-template-btn {
8506
8521
  font-weight: 700; }