@egovernments/digit-ui-health-css 0.3.16 → 0.3.18
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 +27 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +35 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-health-css - 0.3.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.3.18
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9383,3 +9383,29 @@ tbody tr:nth-child(odd) {
|
|
|
9383
9383
|
-webkit-box-align: center;
|
|
9384
9384
|
-ms-flex-align: center;
|
|
9385
9385
|
align-items: center; }
|
|
9386
|
+
|
|
9387
|
+
.pgr-inbox-wrapper .digit-date-range-label-field {
|
|
9388
|
+
grid-gap: 0.25rem !important;
|
|
9389
|
+
gap: 0.25rem !important; }
|
|
9390
|
+
|
|
9391
|
+
.boundary-dropdown-container {
|
|
9392
|
+
display: -webkit-box;
|
|
9393
|
+
display: -ms-flexbox;
|
|
9394
|
+
display: flex;
|
|
9395
|
+
-webkit-box-orient: vertical;
|
|
9396
|
+
-webkit-box-direction: normal;
|
|
9397
|
+
-ms-flex-direction: column;
|
|
9398
|
+
flex-direction: column;
|
|
9399
|
+
min-width: 100%; }
|
|
9400
|
+
.boundary-dropdown-container .digit-text-input-field {
|
|
9401
|
+
margin-bottom: 1.5rem;
|
|
9402
|
+
min-width: 100%; }
|
|
9403
|
+
.boundary-dropdown-container .comment-label {
|
|
9404
|
+
min-width: 80%; }
|
|
9405
|
+
|
|
9406
|
+
.custom-form-complaints .digit-card-section-header:not(:first-of-type) {
|
|
9407
|
+
border-top: .2rem solid #d6d5d5;
|
|
9408
|
+
padding-top: 2rem; }
|
|
9409
|
+
|
|
9410
|
+
.custom-form-complaints .digit-card-section-header {
|
|
9411
|
+
margin-bottom: 1.5rem; }
|