@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.3.24",
3
+ "version": "0.3.26",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -1532,10 +1532,29 @@ tbody {
1532
1532
  flex-direction: row;
1533
1533
  .comment-label-without-card{
1534
1534
  min-width: 34%;
1535
+ position: relative;
1536
+ top: 0.5rem;
1537
+ color: #363636;
1535
1538
  }
1536
1539
  .digit-text-input-field-without-card{
1537
1540
  min-width: 67%;
1538
1541
  margin-bottom: 2.5rem;
1539
1542
  margin-right: 2rem;
1540
1543
  }
1544
+ }
1545
+
1546
+ .date-picker-wrapper {
1547
+ display: flex;
1548
+ flex-direction: row;
1549
+ .date-picker-label {
1550
+ min-width: 34%;
1551
+ color: #363636;
1552
+ position: relative;
1553
+ top: 0.5rem;
1554
+ }
1555
+ .date-picker-field {
1556
+ min-width: 67%;
1557
+ margin-bottom: 2.5rem;
1558
+ margin-right: 2rem;
1559
+ }
1541
1560
  }