@egovernments/digit-ui-health-css 0.3.23 → 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 +48 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +72 -1
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.25
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9489,7 +9489,7 @@ tbody tr:nth-child(odd) {
|
|
|
9489
9489
|
.back-btn {
|
|
9490
9490
|
background: #c84c0e;
|
|
9491
9491
|
border: 1px solid #c84c0e;
|
|
9492
|
-
margin-right:
|
|
9492
|
+
margin-right: 1.5rem; }
|
|
9493
9493
|
|
|
9494
9494
|
.digit-button-primary.pgr-response-btn .icon-label-container {
|
|
9495
9495
|
-webkit-box-pack: center;
|
|
@@ -9531,3 +9531,49 @@ tbody tr:nth-child(odd) {
|
|
|
9531
9531
|
flex: 1;
|
|
9532
9532
|
max-width: 80%;
|
|
9533
9533
|
word-break: break-word; }
|
|
9534
|
+
|
|
9535
|
+
.pgr-create-complaint-form .custom-form-complaints .digit-card-component .digit-label-field-pair .digit-field {
|
|
9536
|
+
position: relative;
|
|
9537
|
+
bottom: .5rem; }
|
|
9538
|
+
|
|
9539
|
+
.digit-popup-overlay .popup-wrapper.pgr-workflow-popup .digit-popup-children-wrap .modal-action .digit-card-component {
|
|
9540
|
+
padding-left: 0 !important;
|
|
9541
|
+
padding-right: 0 !important; }
|
|
9542
|
+
|
|
9543
|
+
.pgr-inbox-wrapper .rdt_TableCol_Sortable .__rdt_custom_sort_icon__ {
|
|
9544
|
+
display: none; }
|
|
9545
|
+
|
|
9546
|
+
.boundary-dropdown-wrapper {
|
|
9547
|
+
display: -webkit-box;
|
|
9548
|
+
display: -ms-flexbox;
|
|
9549
|
+
display: flex;
|
|
9550
|
+
-webkit-box-orient: horizontal;
|
|
9551
|
+
-webkit-box-direction: normal;
|
|
9552
|
+
-ms-flex-direction: row;
|
|
9553
|
+
flex-direction: row; }
|
|
9554
|
+
.boundary-dropdown-wrapper .comment-label-without-card {
|
|
9555
|
+
min-width: 34%;
|
|
9556
|
+
position: relative;
|
|
9557
|
+
top: .5rem; }
|
|
9558
|
+
.boundary-dropdown-wrapper .digit-text-input-field-without-card {
|
|
9559
|
+
min-width: 67%;
|
|
9560
|
+
margin-bottom: 2.5rem;
|
|
9561
|
+
margin-right: 2rem; }
|
|
9562
|
+
|
|
9563
|
+
.date-picker-wrapper {
|
|
9564
|
+
display: -webkit-box;
|
|
9565
|
+
display: -ms-flexbox;
|
|
9566
|
+
display: flex;
|
|
9567
|
+
-webkit-box-orient: horizontal;
|
|
9568
|
+
-webkit-box-direction: normal;
|
|
9569
|
+
-ms-flex-direction: row;
|
|
9570
|
+
flex-direction: row; }
|
|
9571
|
+
.date-picker-wrapper .date-picker-label {
|
|
9572
|
+
min-width: 34%;
|
|
9573
|
+
color: #363636;
|
|
9574
|
+
position: relative;
|
|
9575
|
+
top: .5rem; }
|
|
9576
|
+
.date-picker-wrapper .date-picker-field {
|
|
9577
|
+
min-width: 67%;
|
|
9578
|
+
margin-bottom: 2.5rem;
|
|
9579
|
+
margin-right: 2rem; }
|