@egovernments/digit-ui-health-css 0.2.129 → 0.2.131

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.129
2
+ * @egovernments/digit-ui-health-css - 0.2.131
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -6318,7 +6318,8 @@ header {
6318
6318
  width: 80%; }
6319
6319
 
6320
6320
  .health-dss-inbox-table .rdt_TableBody {
6321
- border: none !important; }
6321
+ border: none !important;
6322
+ border-bottom: 0.063rem solid #d6d5d4 !important; }
6322
6323
 
6323
6324
  .customTable .rdt_TableRow:hover {
6324
6325
  background-color: #fbeee8 !important; }
@@ -7010,7 +7011,7 @@ header {
7010
7011
  color: #505a5f !important; }
7011
7012
 
7012
7013
  .digit-dss-options-header-options-button-wrapper .header-dropdown-container .header-dropdown-menu {
7013
- left: -40px !important; }
7014
+ left: -100px !important; }
7014
7015
 
7015
7016
  .table-column-header {
7016
7017
  white-space: nowrap;
@@ -7651,7 +7652,10 @@ header {
7651
7652
  display: flex;
7652
7653
  -webkit-box-pack: justify;
7653
7654
  -ms-flex-pack: justify;
7654
- justify-content: space-between; }
7655
+ justify-content: space-between;
7656
+ -webkit-box-align: center;
7657
+ -ms-flex-align: center;
7658
+ align-items: center; }
7655
7659
  .digit-results-card-buttons .digit-results-card-buttons-internal {
7656
7660
  display: grid;
7657
7661
  grid-auto-flow: column;
@@ -7669,8 +7673,8 @@ header {
7669
7673
  -webkit-box-align: center;
7670
7674
  -ms-flex-align: center;
7671
7675
  align-items: center;
7672
- grid-gap: 1.5rem;
7673
- gap: 1.5rem;
7676
+ grid-gap: 8.5rem;
7677
+ gap: 8.5rem;
7674
7678
  -webkit-box-orient: unset;
7675
7679
  -webkit-box-direction: unset;
7676
7680
  -ms-flex-direction: unset;