@egovernments/digit-ui-health-css 0.3.22 → 0.3.24
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 +69 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +94 -7
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.24
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9489,4 +9489,71 @@ 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
|
+
|
|
9494
|
+
.digit-button-primary.pgr-response-btn .icon-label-container {
|
|
9495
|
+
-webkit-box-pack: center;
|
|
9496
|
+
-ms-flex-pack: center;
|
|
9497
|
+
justify-content: center; }
|
|
9498
|
+
.digit-button-primary.pgr-response-btn .icon-label-container .digit-button-label {
|
|
9499
|
+
width: -webkit-fit-content;
|
|
9500
|
+
width: -moz-fit-content;
|
|
9501
|
+
width: fit-content; }
|
|
9502
|
+
|
|
9503
|
+
.boundary-hierarchy-container {
|
|
9504
|
+
width: 100%;
|
|
9505
|
+
margin: 1rem 0; }
|
|
9506
|
+
|
|
9507
|
+
.boundary-hierarchy-list {
|
|
9508
|
+
width: 100%; }
|
|
9509
|
+
|
|
9510
|
+
.boundary-hierarchy-item {
|
|
9511
|
+
display: -webkit-box;
|
|
9512
|
+
display: -ms-flexbox;
|
|
9513
|
+
display: flex;
|
|
9514
|
+
-webkit-box-align: center;
|
|
9515
|
+
-ms-flex-align: center;
|
|
9516
|
+
align-items: center;
|
|
9517
|
+
grid-gap: 1.5rem;
|
|
9518
|
+
gap: 1.5rem;
|
|
9519
|
+
margin-bottom: .5rem;
|
|
9520
|
+
width: 100%; }
|
|
9521
|
+
|
|
9522
|
+
.boundary-hierarchy-label {
|
|
9523
|
+
font-weight: 500;
|
|
9524
|
+
min-width: 20%;
|
|
9525
|
+
-ms-flex-negative: 0;
|
|
9526
|
+
flex-shrink: 0; }
|
|
9527
|
+
|
|
9528
|
+
.boundary-hierarchy-code {
|
|
9529
|
+
-webkit-box-flex: 1;
|
|
9530
|
+
-ms-flex: 1;
|
|
9531
|
+
flex: 1;
|
|
9532
|
+
max-width: 80%;
|
|
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
|
+
.boundary-dropdown-wrapper .digit-text-input-field-without-card {
|
|
9557
|
+
min-width: 67%;
|
|
9558
|
+
margin-bottom: 2.5rem;
|
|
9559
|
+
margin-right: 2rem; }
|