@pmidc/upyog-css 1.1.5 → 1.1.7

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.
Files changed (126) hide show
  1. package/dist/index.css +5068 -2869
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -110
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -0
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/TimeLine.scss +96 -68
  18. package/src/components/WhatsNewCard.scss +12 -12
  19. package/src/components/actionLink.scss +3 -3
  20. package/src/components/actionbar.scss +96 -96
  21. package/src/components/bannercomponents.scss +137 -137
  22. package/src/components/body.scss +261 -147
  23. package/src/components/buttons.scss +87 -80
  24. package/src/components/card.scss +581 -436
  25. package/src/components/cardHeaderWithOptions.scss +13 -13
  26. package/src/components/changeLanguage.scss +3 -3
  27. package/src/components/charts.scss +185 -185
  28. package/src/components/checkbox.scss +83 -83
  29. package/src/components/checkpoint.scss +65 -65
  30. package/src/components/citizenInfoLabel.scss +14 -14
  31. package/src/components/custombtn.scss +15 -15
  32. package/src/components/datatable.scss +116 -116
  33. package/src/components/datewrap.scss +21 -21
  34. package/src/components/detailscard.scss +6 -6
  35. package/src/components/detailscontainer.scss +13 -13
  36. package/src/components/filters.scss +97 -97
  37. package/src/components/grey.scss +3 -3
  38. package/src/components/hoc/InboxComposer.scss +115 -115
  39. package/src/components/howItWorks.scss +71 -71
  40. package/src/components/imageviewer.scss +33 -33
  41. package/src/components/info-banner.scss +35 -35
  42. package/src/components/inputotp.scss +15 -15
  43. package/src/components/keynote.scss +29 -27
  44. package/src/components/languageSelector.scss +24 -24
  45. package/src/components/loader.scss +96 -96
  46. package/src/components/map.scss +36 -30
  47. package/src/components/metricsTable.scss +26 -26
  48. package/src/components/multiLink.scss +87 -87
  49. package/src/components/multiSelectDropdown.scss +88 -72
  50. package/src/components/navbar.scss +338 -345
  51. package/src/components/newFooter.scss +75 -0
  52. package/src/components/plusMinus.scss +15 -15
  53. package/src/components/popup.scss +15 -15
  54. package/src/components/radiobtn.scss +44 -44
  55. package/src/components/ratingstar.scss +33 -33
  56. package/src/components/roundedLabel.scss +10 -10
  57. package/src/components/searchAction.scss +27 -20
  58. package/src/components/sectionalDropdown.scss +43 -43
  59. package/src/components/selectdropdown.scss +276 -205
  60. package/src/components/staticDynamicMessages.scss +110 -110
  61. package/src/components/staticSideBar.scss +27 -27
  62. package/src/components/statushighlight.scss +17 -17
  63. package/src/components/submiterrors.scss +11 -11
  64. package/src/components/summary.scss +28 -28
  65. package/src/components/table.scss +362 -178
  66. package/src/components/tag.scss +27 -27
  67. package/src/components/telephone.scss +17 -17
  68. package/src/components/textfields.scss +119 -111
  69. package/src/components/toast.scss +31 -31
  70. package/src/components/toggleSwitch.scss +40 -40
  71. package/src/components/topbar.scss +217 -147
  72. package/src/components/uploadcomponents.scss +113 -113
  73. package/src/index.scss +1029 -1022
  74. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  75. package/src/pages/citizen/CitizenLogin.scss +50 -0
  76. package/src/pages/citizen/DocumentList.scss +448 -304
  77. package/src/pages/citizen/Events.scss +46 -46
  78. package/src/pages/citizen/HomePageWrapper.scss +214 -165
  79. package/src/pages/citizen/InboxCard.scss +327 -0
  80. package/src/pages/citizen/SurveyList.scss +21 -21
  81. package/src/pages/citizen/citizenDocument.scss +25 -21
  82. package/src/pages/citizen/citizenNewLogin.scss +357 -193
  83. package/src/pages/citizen/container.scss +32 -22
  84. package/src/pages/citizen/loaderMessage.scss +295 -295
  85. package/src/pages/citizen/payment/payment-type.scss +2 -2
  86. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  87. package/src/pages/common/form.scss +25 -25
  88. package/src/pages/common/newApplicationTimeline.scss +203 -0
  89. package/src/pages/common/pgrUICssfix.scss +105 -105
  90. package/src/pages/common/requiredField.scss +2 -2
  91. package/src/pages/common/sanctionFeeTable.scss +91 -91
  92. package/src/pages/common/searchIcon.scss +12 -12
  93. package/src/pages/common/stepForm.scss +40 -40
  94. package/src/pages/employee/EmployeeLogin.scss +6 -6
  95. package/src/pages/employee/cardfix.scss +13 -13
  96. package/src/pages/employee/container.scss +73 -73
  97. package/src/pages/employee/dashboard.scss +203 -203
  98. package/src/pages/employee/disconnection.scss +425 -425
  99. package/src/pages/employee/dss.scss +251 -249
  100. package/src/pages/employee/faq.scss +353 -353
  101. package/src/pages/employee/footer.scss +68 -68
  102. package/src/pages/employee/form-fields.scss +13 -13
  103. package/src/pages/employee/header.scss +262 -0
  104. package/src/pages/employee/iframe.scss +65 -65
  105. package/src/pages/employee/inbox.scss +744 -744
  106. package/src/pages/employee/index.scss +677 -678
  107. package/src/pages/employee/landing.scss +324 -324
  108. package/src/pages/employee/login.scss +253 -595
  109. package/src/pages/employee/oldMobileInbox.scss +4 -4
  110. package/src/pages/employee/popupmodule.scss +47 -47
  111. package/src/pages/employee/response.scss +2 -2
  112. package/src/pages/employee/scroll-table.scss +113 -113
  113. package/src/pages/employee/surveys.scss +469 -469
  114. package/src/pages/employee/tooltip.scss +35 -35
  115. package/src/pages/employee/updateNumber.scss +12 -12
  116. package/src/pages/swach/index.scss +172 -172
  117. package/src/pages/ws/index.scss +104 -104
  118. package/svg/camera.svg +4 -4
  119. package/svg/check.svg +3 -3
  120. package/svg/close.svg +4 -4
  121. package/svg/error.svg +3 -3
  122. package/svg/error2.svg +5 -5
  123. package/svg/searchicon.svg +3 -3
  124. package/svg/starempty.svg +3 -3
  125. package/svg/starfilled.svg +4 -4
  126. package/svg/success.svg +3 -3
@@ -1,69 +1,69 @@
1
- .footer-bottom{
2
- background-color: #294A97;
3
- width: 100%;
4
- min-height: 200px;
5
- display: flex;
6
- flex-direction: row;
7
- justify-content:space-around;
8
- padding: 50px 50px 20px 50px;
9
- font-family: Poppins;
10
- font-size: 14px;
11
- color:white;
12
-
13
- @media (max-width : 639px) {
14
- display:flex;
15
- flex-direction: column;
16
- align-items: center;
17
- padding:20px 0px;
18
- }
19
-
20
- }
21
-
22
- .footer-bottom-first{
23
-
24
- h2{
25
- margin-bottom: 10px;
26
- text-align: left;
27
- }
28
-
29
- @media (max-width : 639px) {
30
- padding:20px 0px;
31
- }
32
-
33
- }
34
-
35
- .footer-bottom-second, .footer-bottom-third, .footer-bottom-fourth{
36
-
37
- h1{
38
- margin-bottom: 10px;
39
- text-decoration: underline;
40
- text-align: left;
41
- }
42
-
43
- ul {
44
- list-style-type: disc;
45
- padding: 0px 12px;
46
- text-align: left;
47
- }
48
-
49
- li{
50
- margin: 5px 0px;
51
- padding-left: 10px;
52
- }
53
-
54
- a{
55
- text-decoration: none;
56
- }
57
-
58
- @media (max-width : 639px) {
59
- padding:0px 0px 20px 0px;
60
-
61
- h1{
62
- text-align: center;
63
- }
64
-
65
- ul{
66
- text-align: center;
67
- }
68
- }
1
+ .footer-bottom{
2
+ background-color: #294A97;
3
+ width: 100%;
4
+ min-height: 200px;
5
+ display: flex;
6
+ flex-direction: row;
7
+ justify-content:space-around;
8
+ padding: 50px 50px 20px 50px;
9
+ font-family: Poppins;
10
+ font-size: 14px;
11
+ color:white;
12
+
13
+ @media (max-width : 639px) {
14
+ display:flex;
15
+ flex-direction: column;
16
+ align-items: center;
17
+ padding:20px 0px;
18
+ }
19
+
20
+ }
21
+
22
+ .footer-bottom-first{
23
+
24
+ h2{
25
+ margin-bottom: 10px;
26
+ text-align: left;
27
+ }
28
+
29
+ @media (max-width : 639px) {
30
+ padding:20px 0px;
31
+ }
32
+
33
+ }
34
+
35
+ .footer-bottom-second, .footer-bottom-third, .footer-bottom-fourth{
36
+
37
+ h1{
38
+ margin-bottom: 10px;
39
+ text-decoration: underline;
40
+ text-align: left;
41
+ }
42
+
43
+ ul {
44
+ list-style-type: disc;
45
+ padding: 0px 12px;
46
+ text-align: left;
47
+ }
48
+
49
+ li{
50
+ margin: 5px 0px;
51
+ padding-left: 10px;
52
+ }
53
+
54
+ a{
55
+ text-decoration: none;
56
+ }
57
+
58
+ @media (max-width : 639px) {
59
+ padding:0px 0px 20px 0px;
60
+
61
+ h1{
62
+ text-align: center;
63
+ }
64
+
65
+ ul{
66
+ text-align: center;
67
+ }
68
+ }
69
69
  }
@@ -1,13 +1,13 @@
1
- .form-field{
2
- @apply w-full
3
- }
4
-
5
- @screen dt {
6
- .form-field{
7
- @apply w-1/2
8
- }
9
-
10
- .desktop-w-full{
11
- @apply w-full !important
12
- }
13
- }
1
+ .form-field{
2
+ @apply w-full
3
+ }
4
+
5
+ @screen dt {
6
+ .form-field{
7
+ @apply w-1/2
8
+ }
9
+
10
+ .desktop-w-full{
11
+ @apply w-full !important
12
+ }
13
+ }
@@ -0,0 +1,262 @@
1
+ /* Banner Header Container */
2
+ .employee-header-bannerHeader {
3
+ width: 100%;
4
+ background-color: #ffffff;
5
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
6
+ position: sticky;
7
+ top: 0;
8
+ z-index: 1000;
9
+ }
10
+
11
+ /* Top App Bar */
12
+ .employee-header-appbar {
13
+ background-color: #2947a3;
14
+ color: #ffffff;
15
+ font-size: 14px;
16
+ padding: 8px 0;
17
+ }
18
+
19
+ .employee-header-appbar-container {
20
+ max-width: 1440px;
21
+ margin: 0 auto;
22
+ padding: 0 24px;
23
+ display: flex;
24
+ justify-content: space-between;
25
+ align-items: center;
26
+ }
27
+
28
+ .employee-header-appbar-box-left {
29
+ font-weight: 500;
30
+ }
31
+
32
+ .employee-header-appbar-box-right a {
33
+ color: #ffffff;
34
+ text-decoration: none;
35
+ font-size: 13px;
36
+ transition: opacity 0.2s;
37
+ }
38
+
39
+ .employee-header-appbar-box-right a:hover {
40
+ opacity: 0.8;
41
+ text-decoration: underline;
42
+ }
43
+
44
+ /* Main Header */
45
+ .employee-header-topHeader {
46
+ background-color: #ffffff;
47
+ padding: 16px 0;
48
+ border-bottom: 1px solid #e5e7eb;
49
+ }
50
+
51
+ .employee-header-topHeader-container {
52
+ max-width: 1440px;
53
+ margin: 0 auto;
54
+ padding: 0 24px;
55
+ display: flex;
56
+ justify-content: space-between;
57
+ align-items: center;
58
+ gap: 32px;
59
+ }
60
+
61
+ /* Logo Section */
62
+ .employee-header-topHeader-box-left {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 24px;
66
+ flex-shrink: 0;
67
+ }
68
+
69
+ .employee-header-header-logo {
70
+ height: 50px;
71
+ width: auto;
72
+ object-fit: contain;
73
+ }
74
+
75
+ /* Navigation Menu */
76
+ .employee-header-topHeader-box-center {
77
+ flex: 1;
78
+ display: flex;
79
+ justify-content: center;
80
+ }
81
+
82
+ .employee-header-header-nav ul {
83
+ display: flex;
84
+ list-style: none;
85
+ margin: 0;
86
+ padding: 0;
87
+ gap: 32px;
88
+ }
89
+
90
+ .employee-header-header-nav li {
91
+ margin: 0;
92
+ }
93
+
94
+ .employee-header-header-nav a {
95
+ color: #374151;
96
+ text-decoration: none;
97
+ font-weight: 500;
98
+ font-size: 15px;
99
+ transition: color 0.2s;
100
+ position: relative;
101
+ padding: 8px 0;
102
+ }
103
+
104
+ .employee-header-header-nav a:hover {
105
+ color: #2947a3;
106
+ }
107
+
108
+ .employee-header-header-nav a::after {
109
+ content: "";
110
+ position: absolute;
111
+ bottom: 0;
112
+ left: 0;
113
+ width: 0;
114
+ height: 2px;
115
+ background-color: #2947a3;
116
+ transition: width 0.3s ease;
117
+ }
118
+
119
+ .employee-header-header-nav a:hover::after {
120
+ width: 100%;
121
+ }
122
+
123
+ /* Action Buttons */
124
+ .employee-header-topHeader-box-right {
125
+ display: flex;
126
+ gap: 12px;
127
+ flex-shrink: 0;
128
+ }
129
+
130
+ .employee-header-header-btn {
131
+ padding: 10px 24px;
132
+ border-radius: 6px;
133
+ font-weight: 500;
134
+ font-size: 14px;
135
+ cursor: pointer;
136
+ transition: all 0.2s;
137
+ border: none;
138
+ outline: none;
139
+ }
140
+
141
+ .employee-header-header-btn-login {
142
+ background-color: transparent;
143
+ color: #2947a3;
144
+ border: 2px solid #2947a3;
145
+ }
146
+
147
+ .employee-header-header-btn-login:hover {
148
+ background-color: #2947a3;
149
+ color: #ffffff;
150
+ }
151
+
152
+ .employee-header-header-btn-register {
153
+ background-color: #2947a3;
154
+ color: #ffffff;
155
+ border: 2px solid #2947a3;
156
+ }
157
+
158
+ .employee-header-header-btn-register:hover {
159
+ background-color: #1e3a8a;
160
+ border-color: #1e3a8a;
161
+ transform: translateY(-1px);
162
+ box-shadow: 0 4px 12px rgba(41, 71, 163, 0.3);
163
+ }
164
+
165
+ /* Responsive Design */
166
+ @media (max-width: 1024px) {
167
+ .employee-header-topHeader-container {
168
+ gap: 16px;
169
+ }
170
+
171
+ .employee-header-header-nav ul {
172
+ gap: 20px;
173
+ }
174
+
175
+ .employee-header-header-nav a {
176
+ font-size: 14px;
177
+ }
178
+
179
+ .employee-header-header-logo {
180
+ height: 42px;
181
+ }
182
+ }
183
+
184
+ @media (max-width: 768px) {
185
+ .employee-header-appbar-container {
186
+ padding: 0 16px;
187
+ }
188
+
189
+ .employee-header-topHeader {
190
+ padding: 12px 0;
191
+ }
192
+
193
+ .employee-header-topHeader-container {
194
+ padding: 0 16px;
195
+ flex-wrap: wrap;
196
+ }
197
+
198
+ .employee-header-topHeader-box-left {
199
+ gap: 16px;
200
+ }
201
+
202
+ .employee-header-header-logo {
203
+ height: 36px;
204
+ }
205
+
206
+ .employee-header-topHeader-box-center {
207
+ order: 3;
208
+ width: 100%;
209
+ margin-top: 12px;
210
+ }
211
+
212
+ .employee-header-header-nav ul {
213
+ gap: 16px;
214
+ justify-content: center;
215
+ }
216
+
217
+ .employee-header-header-nav a {
218
+ font-size: 13px;
219
+ }
220
+
221
+ .employee-header-topHeader-box-right {
222
+ gap: 8px;
223
+ }
224
+
225
+ .employee-header-header-btn {
226
+ padding: 8px 16px;
227
+ font-size: 13px;
228
+ }
229
+ }
230
+
231
+ @media (max-width: 480px) {
232
+ .employee-header-appbar {
233
+ font-size: 12px;
234
+ padding: 6px 0;
235
+ }
236
+
237
+ .employee-header-appbar-box-right a {
238
+ font-size: 11px;
239
+ }
240
+
241
+ .employee-header-topHeader-box-left {
242
+ gap: 12px;
243
+ }
244
+
245
+ .employee-header-header-logo {
246
+ height: 32px;
247
+ }
248
+
249
+ .employee-header-header-nav ul {
250
+ gap: 12px;
251
+ flex-wrap: wrap;
252
+ }
253
+
254
+ .employee-header-header-nav a {
255
+ font-size: 12px;
256
+ }
257
+
258
+ .employee-header-header-btn {
259
+ padding: 7px 14px;
260
+ font-size: 12px;
261
+ }
262
+ }
@@ -1,66 +1,66 @@
1
- body {
2
- margin: 0;
3
- padding: 0;
4
- font-family: "Roboto";
5
- background: #f4f7fb;
6
- }
7
-
8
-
9
- .app-container-iframe {
10
- border-width: 0px;
11
- div[class^="MuiCircularProgress"] {
12
- position: sticky;
13
- top: 90%;
14
- left: 50%;
15
- }
16
- div[role^="progressbar"] {
17
- left: 50%;
18
- position: sticky;
19
- }
20
- }
21
-
22
- @media only screen and (min-width: 953px) {
23
- .app-container-iframe {
24
- border-width: 0px;
25
- position: fixed;
26
- width: 83.5%;
27
- height: calc(100vh - 64px);
28
- }
29
- }
30
-
31
-
32
- @media (max-width: 768px) {
33
- .app-container-iframe {
34
- border-width: 0;
35
- width: 100vw;
36
- height: 100vh;
37
- margin: 32px 0 0 0;
38
- }
39
- }
40
- @media (max-width: 375px) {
41
- .app-container-iframe {
42
- border-width: 0;
43
- width: 100vw;
44
- height: 100vh;
45
- margin: 32px 0 0 0;
46
- }
47
- }
48
-
49
- .app-iframe-wrapper{
50
- left: 64px;
51
- border-width: 0;
52
- position: fixed;
53
- top: 80px;
54
- }
55
- .app-iframe{
56
- width: 97%;
57
- height: calc(100vh - 90px);
58
- border-width: 0;
59
- position: fixed;
60
- }
61
- @media (max-width: 768px) {
62
-
63
- .app-iframe-wrapper{
64
- left: 0px;
65
- }
1
+ body {
2
+ margin: 0;
3
+ padding: 0;
4
+ font-family: "Roboto";
5
+ background: #f4f7fb;
6
+ }
7
+
8
+
9
+ .app-container-iframe {
10
+ border-width: 0px;
11
+ div[class^="MuiCircularProgress"] {
12
+ position: sticky;
13
+ top: 90%;
14
+ left: 50%;
15
+ }
16
+ div[role^="progressbar"] {
17
+ left: 50%;
18
+ position: sticky;
19
+ }
20
+ }
21
+
22
+ @media only screen and (min-width: 953px) {
23
+ .app-container-iframe {
24
+ border-width: 0px;
25
+ position: fixed;
26
+ width: 83.5%;
27
+ height: calc(100vh - 64px);
28
+ }
29
+ }
30
+
31
+
32
+ @media (max-width: 768px) {
33
+ .app-container-iframe {
34
+ border-width: 0;
35
+ width: 100vw;
36
+ height: 100vh;
37
+ margin: 32px 0 0 0;
38
+ }
39
+ }
40
+ @media (max-width: 375px) {
41
+ .app-container-iframe {
42
+ border-width: 0;
43
+ width: 100vw;
44
+ height: 100vh;
45
+ margin: 32px 0 0 0;
46
+ }
47
+ }
48
+
49
+ .app-iframe-wrapper{
50
+ left: 64px;
51
+ border-width: 0;
52
+ position: fixed;
53
+ top: 80px;
54
+ }
55
+ .app-iframe{
56
+ width: 97%;
57
+ height: calc(100vh - 90px);
58
+ border-width: 0;
59
+ position: fixed;
60
+ }
61
+ @media (max-width: 768px) {
62
+
63
+ .app-iframe-wrapper{
64
+ left: 0px;
65
+ }
66
66
  }