@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -828,3 +828,6 @@
828
828
  left: 50%;
829
829
  transform: translate(-50%, -50%);
830
830
  }
831
+ .deliveries-pop-module{
832
+ max-width: fit-content;
833
+ }
@@ -397,6 +397,7 @@
397
397
  .add-resource-modal {}
398
398
 
399
399
  .add-resource-wrapper {
400
+ margin-bottom: 5rem;
400
401
  .link {
401
402
  color: theme(digitv2.lightTheme.primary);
402
403
  }
@@ -242,4 +242,13 @@ header {
242
242
 
243
243
  .digit-landing-page-card {
244
244
  border-radius: 0.25rem;
245
+ }
246
+ .campaign-product-wrapper{
247
+ .digit-popup-footer{
248
+ background-color: #fff;
249
+ position: absolute;
250
+ width: 100%;
251
+ bottom: 0;
252
+ z-index: 9;
253
+ }
245
254
  }
@@ -353,6 +353,7 @@ tbody {
353
353
  flex-wrap: wrap;
354
354
  gap: 1.5rem;
355
355
  margin-bottom: 1rem;
356
+ max-width: 100% !important;
356
357
  }
357
358
 
358
359
  .workbench-download-template-btn {