@egovernments/digit-ui-health-css 0.3.24 → 0.3.26

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.24
2
+ * @egovernments/digit-ui-health-css - 0.3.26
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -9552,8 +9552,29 @@ tbody tr:nth-child(odd) {
9552
9552
  -ms-flex-direction: row;
9553
9553
  flex-direction: row; }
9554
9554
  .boundary-dropdown-wrapper .comment-label-without-card {
9555
- min-width: 34%; }
9555
+ min-width: 34%;
9556
+ position: relative;
9557
+ top: .5rem;
9558
+ color: #363636; }
9556
9559
  .boundary-dropdown-wrapper .digit-text-input-field-without-card {
9557
9560
  min-width: 67%;
9558
9561
  margin-bottom: 2.5rem;
9559
9562
  margin-right: 2rem; }
9563
+
9564
+ .date-picker-wrapper {
9565
+ display: -webkit-box;
9566
+ display: -ms-flexbox;
9567
+ display: flex;
9568
+ -webkit-box-orient: horizontal;
9569
+ -webkit-box-direction: normal;
9570
+ -ms-flex-direction: row;
9571
+ flex-direction: row; }
9572
+ .date-picker-wrapper .date-picker-label {
9573
+ min-width: 34%;
9574
+ color: #363636;
9575
+ position: relative;
9576
+ top: .5rem; }
9577
+ .date-picker-wrapper .date-picker-field {
9578
+ min-width: 67%;
9579
+ margin-bottom: 2.5rem;
9580
+ margin-right: 2rem; }