@egovernments/digit-ui-health-css 0.2.136 → 0.2.137

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.136
2
+ * @egovernments/digit-ui-health-css - 0.2.137
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -3719,8 +3719,7 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
3719
3719
  display: flex;
3720
3720
  -webkit-box-pack: justify;
3721
3721
  -ms-flex-pack: justify;
3722
- justify-content: space-between;
3723
- margin-bottom: 1.5rem; }
3722
+ justify-content: space-between; }
3724
3723
  .campaign-bulk-upload .campaign-download-template-btn {
3725
3724
  font-weight: 700; }
3726
3725
 
@@ -4104,7 +4103,8 @@ header {
4104
4103
  z-index: 0; }
4105
4104
 
4106
4105
  .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground {
4107
- margin-left: .75rem; }
4106
+ margin-left: .75rem;
4107
+ margin-bottom: 1.5rem; }
4108
4108
 
4109
4109
  .digit-landing-page-card {
4110
4110
  border-radius: .25rem; }
@@ -8226,17 +8226,14 @@ header {
8226
8226
  margin-left: 0;
8227
8227
  margin-right: 0;
8228
8228
  padding-right: 0;
8229
- margin-bottom: 0;
8230
8229
  min-height: calc(100vh - 10em); }
8231
8230
  .main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground {
8232
- padding: 0;
8233
- margin-bottom: 0; }
8231
+ padding: 0; }
8234
8232
  .main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground .employee-app-container.digit-home-employee-app .ground-container.moduleCardWrapper.gridModuleWrapper.digit-home-moduleCardWrapper {
8235
8233
  grid-gap: 1.5rem;
8236
8234
  gap: 1.5rem;
8237
8235
  margin-top: 1.5rem;
8238
8236
  margin-left: 1rem;
8239
- margin-bottom: 0;
8240
8237
  padding: 0;
8241
8238
  display: grid !important;
8242
8239
  grid-template-columns: repeat(auto-fill, minmax(263px, 1fr)); }