@egovernments/digit-ui-health-css 0.3.24 → 0.3.25
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 +22 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +18 -0
package/package.json
CHANGED
|
@@ -1532,10 +1532,28 @@ tbody {
|
|
|
1532
1532
|
flex-direction: row;
|
|
1533
1533
|
.comment-label-without-card{
|
|
1534
1534
|
min-width: 34%;
|
|
1535
|
+
position: relative;
|
|
1536
|
+
top: 0.5rem;
|
|
1535
1537
|
}
|
|
1536
1538
|
.digit-text-input-field-without-card{
|
|
1537
1539
|
min-width: 67%;
|
|
1538
1540
|
margin-bottom: 2.5rem;
|
|
1539
1541
|
margin-right: 2rem;
|
|
1540
1542
|
}
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
.date-picker-wrapper {
|
|
1546
|
+
display: flex;
|
|
1547
|
+
flex-direction: row;
|
|
1548
|
+
.date-picker-label {
|
|
1549
|
+
min-width: 34%;
|
|
1550
|
+
color: #363636;
|
|
1551
|
+
position: relative;
|
|
1552
|
+
top: 0.5rem;
|
|
1553
|
+
}
|
|
1554
|
+
.date-picker-field {
|
|
1555
|
+
min-width: 67%;
|
|
1556
|
+
margin-bottom: 2.5rem;
|
|
1557
|
+
margin-right: 2rem;
|
|
1558
|
+
}
|
|
1541
1559
|
}
|