@egovernments/digit-ui-health-css 0.3.21 → 0.3.22
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 +41 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +30 -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.22
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9450,3 +9450,43 @@ tbody tr:nth-child(odd) {
|
|
|
9450
9450
|
.pgr-inbox-wrapper .digit-inbox-search-links-header {
|
|
9451
9451
|
position: relative;
|
|
9452
9452
|
right: 2.3rem; }
|
|
9453
|
+
|
|
9454
|
+
.pgr-response-btn {
|
|
9455
|
+
-webkit-box-sizing: border-box;
|
|
9456
|
+
box-sizing: border-box;
|
|
9457
|
+
display: -webkit-box;
|
|
9458
|
+
display: -ms-flexbox;
|
|
9459
|
+
display: flex;
|
|
9460
|
+
-webkit-box-orient: horizontal;
|
|
9461
|
+
-webkit-box-direction: normal;
|
|
9462
|
+
-ms-flex-direction: row;
|
|
9463
|
+
flex-direction: row;
|
|
9464
|
+
-webkit-box-pack: center;
|
|
9465
|
+
-ms-flex-pack: center;
|
|
9466
|
+
justify-content: center;
|
|
9467
|
+
-webkit-box-align: center;
|
|
9468
|
+
-ms-flex-align: center;
|
|
9469
|
+
align-items: center;
|
|
9470
|
+
padding: .5rem 1.5rem;
|
|
9471
|
+
grid-gap: .5rem;
|
|
9472
|
+
gap: .5rem;
|
|
9473
|
+
width: 20.813rem;
|
|
9474
|
+
height: 2.5rem;
|
|
9475
|
+
-webkit-box-flex: 0;
|
|
9476
|
+
-ms-flex: none;
|
|
9477
|
+
flex: none;
|
|
9478
|
+
-webkit-box-ordinal-group: 1;
|
|
9479
|
+
-ms-flex-order: 0;
|
|
9480
|
+
order: 0;
|
|
9481
|
+
-ms-flex-positive: 0;
|
|
9482
|
+
flex-grow: 0;
|
|
9483
|
+
margin: .5rem; }
|
|
9484
|
+
|
|
9485
|
+
.create-complaint-btn {
|
|
9486
|
+
background: #fff;
|
|
9487
|
+
border: 1px solid #c84c0e; }
|
|
9488
|
+
|
|
9489
|
+
.back-btn {
|
|
9490
|
+
background: #c84c0e;
|
|
9491
|
+
border: 1px solid #c84c0e;
|
|
9492
|
+
margin-right: 6rem; }
|