@egovernments/digit-ui-health-css 0.3.23 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -1443,7 +1443,7 @@ tbody {
1443
1443
  .back-btn {
1444
1444
  background: #C84C0E;
1445
1445
  border: 1px solid #C84C0E;
1446
- margin-right: 6rem;
1446
+ margin-right: 1.5rem;
1447
1447
  }
1448
1448
 
1449
1449
  .digit-button-primary {
@@ -1485,4 +1485,57 @@ tbody {
1485
1485
  flex: 1;
1486
1486
  max-width: 80%;
1487
1487
  word-break: break-word;
1488
+ }
1489
+
1490
+ .pgr-create-complaint-form {
1491
+ .custom-form-complaints {
1492
+ .digit-card-component {
1493
+ .digit-label-field-pair {
1494
+ .digit-field {
1495
+ position: relative;
1496
+ bottom: 0.5rem;
1497
+ }
1498
+ }
1499
+ }
1500
+ }
1501
+ }
1502
+
1503
+
1504
+
1505
+
1506
+ .digit-popup-overlay {
1507
+ .popup-wrapper {
1508
+ &.pgr-workflow-popup {
1509
+ .digit-popup-children-wrap {
1510
+ .modal-action{
1511
+ .digit-card-component {
1512
+ padding-left: 0 !important;
1513
+ padding-right: 0 !important;
1514
+ }
1515
+ }
1516
+ }
1517
+ }
1518
+ }
1519
+ }
1520
+
1521
+
1522
+ .pgr-inbox-wrapper{
1523
+ .rdt_TableCol_Sortable{
1524
+ .__rdt_custom_sort_icon__{
1525
+ display:none;
1526
+ }
1527
+ }
1528
+ }
1529
+
1530
+ .boundary-dropdown-wrapper{
1531
+ display: flex;
1532
+ flex-direction: row;
1533
+ .comment-label-without-card{
1534
+ min-width: 34%;
1535
+ }
1536
+ .digit-text-input-field-without-card{
1537
+ min-width: 67%;
1538
+ margin-bottom: 2.5rem;
1539
+ margin-right: 2rem;
1540
+ }
1488
1541
  }