@pmidc/upyog-css 1.0.59 → 1.0.61

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": "@pmidc/upyog-css",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
package/src/index.scss CHANGED
@@ -125,7 +125,6 @@
125
125
  @import "./pages/common/sanctionFeeTable.scss";
126
126
  @import "./pages/citizen/loaderMessage.scss";
127
127
  @import "./pages/employee/disconnection.scss";
128
- @import "./pages/common/pgrUICssfix.scss";
129
128
 
130
129
  .display-none {
131
130
  display: none;
@@ -1,111 +0,0 @@
1
- // PGR DesktopInbox Component Styles - Scoped to avoid conflicts
2
- .pgr-desktop-inbox-container {
3
-
4
- // Empty/Error state cards
5
- .pgr-desktop-card-empty-state,
6
- .pgr-desktop-card-error-state {
7
- margin-top: 20px;
8
-
9
- p {
10
- text-align: center;
11
- }
12
- }
13
-
14
- // Main content wrapper
15
- .pgr-desktop-inbox-content-wrapper {
16
- flex: 1;
17
-
18
- .pgr-desktop-inbox-result-container {
19
- margin-top: 24px;
20
- margin-left: 24px;
21
- flex: 1;
22
- background-color: #fff;
23
- }
24
- }
25
- }
26
-
27
- // Table cell styles specific to PGR complaint table
28
- // Class-based approach for getCellProps
29
- .pgr-desktop-complaint-table {
30
- width: -webkit-fill-available;
31
- .pgr-timeline-cell {
32
- padding: 20px 18px !important;
33
- font-size: 16px !important;
34
- }
35
-
36
- .pgr-timeline-large-cell {
37
- min-width: 240px !important;
38
- }
39
- }
40
-
41
- .pgr-complaintDetails-headerTimeline-spaceclass{
42
- display:flex;
43
- justify-content:space-between;
44
- align-items:baseline
45
- }
46
- .pgr-complaintDetails-viewTimeline-link{
47
- margin-left:auto;
48
- color:#A52A2A;
49
- color: black
50
- }
51
- .pgr-complaintdetils-overflowX{
52
- overflowX:scroll
53
- }
54
-
55
- .pgr-citizen-wrapper-width-fixed{
56
- width:-webkit-fill-available !important;
57
- padding-left: 16px;
58
- padding-right: 16px;
59
- margin-top: 1rem;
60
- }
61
- .pgr-citizen-complaint-details-page{
62
- width:-webkit-fill-available !important;
63
- }
64
-
65
- .Pgr-complaintList-error{
66
- text-align: center !important;
67
- }
68
-
69
- .Pgr-complaintList-noComplaints{
70
- text-align: center !important;
71
- }
72
- .PGR-Citizen-response-marginBottom{
73
- margin-bottom:10px !important;
74
- }
75
-
76
- .pgr-inbox-ComplaintCard-MarginTop{
77
- margin-Top: 20 !important;
78
- }
79
-
80
- .pgr-inbox-ComplaintCard-TextAlign{
81
- text-align: center !important;
82
- }
83
-
84
- .pgr-mandoatoryfields{
85
- color: red !important;
86
- }
87
- .pgr-moblieInbox-padding{
88
- padding: 0 !important;
89
- }
90
-
91
- .pgr-employeeInbox-search-app-form {
92
- margin-left: 24px !important;
93
- }
94
-
95
- .pgr-employeeInbox-search-app-container {
96
- width: auto !important;
97
- }
98
-
99
- .pgr-employeeInbox-search-app-input-container {
100
- display: grid !important;
101
- }
102
-
103
- .pgr-employeeInbox-search-app-complaint-textinput {
104
- margin-bottom: 8px !important;
105
- }
106
-
107
- .pgr-employeeInbox-search-app-submitbar {
108
- margin-top: 32px;
109
- margin-left: 16px;
110
- width: calc(100% - 16px);
111
- }