@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,148 +1,262 @@
1
- body {
2
- @apply bg-grey-bg;
3
- }
4
-
5
- .body-container {
6
- @apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
7
- position: relative !important;
8
-
9
-
10
- }
11
-
12
- .navbar {
13
- @apply text-white bg-secondary w-full mb-md;
14
- background: #FFF !important;
15
- box-shadow: 0 1px 4px #b1b4b6;
16
- img {
17
- height: 24px;
18
- }
19
- }
20
- /* .navbar-header{
21
- @apply text-navbarheader float-left px-sm
22
- }
23
-
24
- .navbar-subheader{
25
- @apply font-light px-sm border-solid border-l border-white border-opacity-100
26
- }*/
27
-
28
- .h1 {
29
- @apply text-heading-l text-text-primary font-bold mb-md ml-md;
30
- }
31
-
32
- .link-label {
33
- @apply block text-link text-primary-main mb-md ml-md cursor-pointer;
34
-
35
- &:hover {
36
- @apply text-primary-main;
37
- }
38
- }
39
-
40
- .back-btn {
41
- width: fit-content;
42
- @apply block border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mt-md;
43
-
44
- label {
45
- @apply inline mr-sm align-middle;
46
- }
47
-
48
- p {
49
- @apply inline float-right;
50
- }
51
- }
52
-
53
- .bread-crumb {
54
- font-size: 14px;
55
- color: #505a5f;
56
- display: flex;
57
- margin-bottom: 10px;
58
- flex-wrap: wrap
59
- }
60
- .bread-crumb--item {
61
- margin-left: 5px;
62
-
63
- &:not(:last-child):after {
64
- content: " /";
65
- }
66
-
67
- button {
68
- outline: none;
69
- }
70
-
71
- .last {
72
- color: #0b0c0c;
73
- }
74
- }
75
-
76
- .back-btn2 {
77
- cursor: pointer;
78
- width: fit-content;
79
- @apply flex border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mb-md;
80
-
81
- img {
82
- @apply flex;
83
- }
84
-
85
- svg {
86
- @apply flex;
87
- }
88
-
89
- p {
90
- @apply flex;
91
- }
92
- }
93
-
94
- @screen dt {
95
- .employee-app-container {
96
- @apply w-full;
97
- }
98
-
99
- .app-container {
100
- width: 100%;
101
- form {
102
- .card {
103
- max-width: 960px;
104
- h2 {
105
- text-align: left;
106
- }
107
- .field-container {
108
- max-width: 540px;
109
- }
110
- button {
111
- max-width: 240px;
112
- }
113
- .input-otp-wrap,
114
- .card-text-button {
115
- text-align: left;
116
- }
117
- }
118
- }
119
- }
120
-
121
- .h1 {
122
- margin-left: 0;
123
- @apply text-heading-l-dt;
124
- }
125
-
126
- .link-label {
127
- margin-left: 0;
128
- }
129
-
130
- .back-btn {
131
- margin-left: 0;
132
- }
133
-
134
- .back-btn2 {
135
- margin-left: 0;
136
- }
137
- }
138
-
139
- .body-container::-webkit-scrollbar {
140
- display: none;
141
- }
142
- .audit-card {
143
- width: 80%;
144
- margin-left: -21%;
145
- margin-right: -27%;
146
- max-height: 120px;
147
- margin-top: 90px;
1
+ body {
2
+ @apply bg-grey-bg;
3
+ }
4
+
5
+ :root {
6
+ --digit-font-family: "Source Sans Pro", sans-serif;
7
+ }
8
+
9
+ body {
10
+ font-family: var(--digit-font-family);
11
+ }
12
+
13
+
14
+ .body-container {
15
+ @apply bg-grey-bg h-full min-h-screen overflow-x-hidden;
16
+ position: relative !important;
17
+
18
+
19
+ }
20
+
21
+ .navbar {
22
+ @apply text-white bg-secondary w-full mb-md;
23
+ background: #FFF !important;
24
+ box-shadow: 0 1px 4px #b1b4b6;
25
+ img {
26
+ height: 24px;
27
+ }
28
+ }
29
+ /* .navbar-header{
30
+ @apply text-navbarheader float-left px-sm
31
+ }
32
+
33
+ .navbar-subheader{
34
+ @apply font-light px-sm border-solid border-l border-white border-opacity-100
35
+ }*/
36
+
37
+ .h1 {
38
+ @apply text-heading-l text-text-primary font-bold mb-md ml-md;
39
+ }
40
+
41
+ .link-label {
42
+ @apply block text-link text-primary-main mb-md ml-md cursor-pointer;
43
+
44
+ &:hover {
45
+ @apply text-primary-main;
46
+ }
47
+ }
48
+
49
+ .back-btn {
50
+ width: fit-content;
51
+ @apply block border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mt-md;
52
+
53
+ label {
54
+ @apply inline mr-sm align-middle;
55
+ }
56
+
57
+ p {
58
+ @apply inline float-right;
59
+ }
60
+ }
61
+
62
+ .bread-crumb {
63
+ font-size: 14px;
64
+ color: #505a5f;
65
+ display: flex;
66
+ margin-bottom: 10px;
67
+ flex-wrap: wrap
68
+ }
69
+ .bread-crumb--item {
70
+ margin-left: 5px;
71
+
72
+ &:not(:last-child):after {
73
+ content: " /";
74
+ }
75
+
76
+ button {
77
+ outline: none;
78
+ }
79
+
80
+ .last {
81
+ color: #0b0c0c;
82
+ }
83
+ }
84
+
85
+ .back-btn2 {
86
+ cursor: pointer;
87
+ width: fit-content;
88
+ color: black;
89
+ @apply flex border-solid border-b border-text-primary font-rc text-text-primary text-text-btn ml-sm mb-md;
90
+
91
+ img {
92
+ @apply flex;
93
+ }
94
+
95
+ svg {
96
+ @apply flex;
97
+ }
98
+
99
+ p {
100
+ @apply flex;
101
+ }
102
+ }
103
+
104
+ @screen dt {
105
+ .employee-app-container {
106
+ @apply w-full;
107
+ }
108
+
109
+ .app-container {
110
+ width: 100%;
111
+ padding: 2rem;
112
+ form {
113
+ .card {
114
+ max-width: 960px;
115
+ h2 {
116
+ }
117
+ .field-container {
118
+ max-width: 540px;
119
+ }
120
+ button {
121
+ max-width: 240px;
122
+ }
123
+ .input-otp-wrap,
124
+ .card-text-button {
125
+ text-align: left;
126
+ }
127
+ }
128
+ }
129
+ }
130
+
131
+ .h1 {
132
+ margin-left: 0;
133
+ @apply text-heading-l-dt;
134
+ }
135
+
136
+ .link-label {
137
+ margin-left: 0;
138
+ }
139
+
140
+ .back-btn {
141
+ margin-left: 0;
142
+ }
143
+
144
+ .back-btn2 {
145
+ margin-left: 0;
146
+ }
147
+ }
148
+
149
+ .body-container::-webkit-scrollbar {
150
+ display: none;
151
+ }
152
+ .audit-card {
153
+ width: 80%;
154
+ margin-left: -21%;
155
+ margin-right: -27%;
156
+ max-height: 120px;
157
+ margin-top: 90px;
158
+ }
159
+
160
+ .citizen-and-architect-photo-header {
161
+ font-size: 24px;
162
+ }
163
+
164
+ .citizen-and-architect-photo-container {
165
+ display: flex;
166
+ justify-content: space-between;
167
+ gap: 20px;
168
+ margin-top: 10px;
169
+ padding: 0px 20px;
170
+ }
171
+
172
+ .citizen-and-architect-photo-item {
173
+ text-align: center;
174
+ }
175
+
176
+ .citizen-and-architect-photo-image {
177
+ width: 100px;
178
+ height: 100px;
179
+ object-fit: cover;
180
+ border-radius: 10%;
181
+ cursor: default;
182
+ }
183
+
184
+ .citizen-and-architect-photo-clickable {
185
+ cursor: pointer;
186
+ }
187
+
188
+ .citizen-and-architect-photo-label {
189
+ /* Add any label styling if needed */
190
+ }
191
+ .clu-summary-page {
192
+ padding: 2rem;
193
+ background-color: #f9f9f9;
194
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
195
+ color: #333;
196
+ }
197
+
198
+ .clu-summary-heading {
199
+ font-size: 1.5rem;
200
+ border-bottom: 2px solid #ccc;
201
+ padding-bottom: 0.3rem;
202
+ color: #2e4a66;
203
+ margin-top: 2rem;
204
+ margin-bottom: 1rem;
205
+ }
206
+
207
+ .clu-summary-section {
208
+ background-color: #ffffff;
209
+ padding: 1rem 1.5rem;
210
+ border-radius: 8px;
211
+ margin-bottom: 2rem;
212
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
213
+ }
214
+
215
+ .clu-summary-label-field-pair {
216
+ display: flex;
217
+ justify-content: space-between;
218
+ border-bottom: 1px dashed #e0e0e0;
219
+ padding: 0.5rem 0;
220
+ color: #333;
221
+ }
222
+
223
+ .clu-summary-bold-label {
224
+ font-weight: bold;
225
+ color: #555;
226
+ }
227
+ .custom-card-container {
228
+ width: 100%;
229
+ background: rgba(255, 255, 255, 0.95);
230
+ backdrop-filter: blur(6px);
231
+ border-radius: 18px;
232
+ border: 1px solid rgba(229, 231, 235, 0.8);
233
+ padding: 0;
234
+ margin-bottom: 24px;
235
+ box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
236
+ transition: all 0.25s ease;
237
+ overflow: hidden;
238
+ cursor: default;
239
+ }
240
+
241
+ .custom-card-clickable {
242
+ cursor: pointer;
243
+ }
244
+
245
+ .custom-card-hovered {
246
+ transform: translateY(-3px);
247
+ box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
248
+ }
249
+
250
+ .custom-card-table {
251
+ width: 100%;
252
+ border-collapse: separate;
253
+ border-spacing: 24px 20px;
254
+ }
255
+
256
+ .custom-card-td {
257
+ width: 100%;
258
+ padding: 0;
259
+ display: block;
260
+ justify-content: space-between;
261
+ align-items: center;
148
262
  }
@@ -1,80 +1,87 @@
1
- .selector-button-primary {
2
- @apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg;
3
-
4
- &:focus {
5
- @apply outline-none;
6
- }
7
-
8
- h2 {
9
- @apply font-rc font-medium text-legend text-white;
10
- }
11
- }
12
-
13
- .selector-button-border {
14
- background-color: #2947A3 !important;
15
- color: #ffffff !important;
16
- border: none !important;
17
- border-radius: 0.375rem;
18
- padding: 0.5rem 1rem;
19
- font-family: 'Noto Sans', sans-serif;
20
- font-weight: 500;
21
- font-size: 0.875rem;
22
- line-height: 1.25rem;
23
- cursor: pointer;
24
- transition: all 0.2s ease;
25
- white-space: normal; /* allow wrapping */
26
- word-break: break-word; /* break long words */
27
- overflow-wrap: break-word;
28
- text-align: center;
29
- display: inline-flex;
30
- align-items: center;
31
- justify-content: center;
32
- height: auto;
33
- min-height: 40px;
34
- width: 30%;
35
- max-height: 40px;
36
- margin: 0;
37
-
38
- &:hover {
39
- background-color: #1e3a8a !important;
40
- opacity: 0.9;
41
- }
42
-
43
- h2 {
44
- color: #ffffff !important;
45
- font-size: 0.875rem !important;
46
- line-height: 1.25rem !important;
47
- font-weight: 500 !important;
48
- margin: 0 !important;
49
- padding: 0 !important;
50
- border: none !important;
51
- width: 100%;
52
- }
53
- }
54
-
55
- .input-mirror-selector-button{
56
- @apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
57
-
58
- &:focus {
59
- @apply outline-none;
60
- }
61
-
62
- h2 {
63
- @apply font-rc font-medium text-legend text-text-primary;
64
- }
65
- }
66
-
67
- .selector-button-primary-disabled {
68
- @apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
69
-
70
- &:focus {
71
- @apply outline-none;
72
- }
73
-
74
- h2 {
75
- @apply font-rc font-medium text-legend text-white;
76
- }
77
- }
78
- .submit-bar:focus {
79
- @apply outline-none !important;
80
- }
1
+ .selector-button-primary {
2
+ @apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg;
3
+
4
+ &:focus {
5
+ @apply outline-none;
6
+ }
7
+
8
+ h2 {
9
+ @apply font-rc font-medium text-legend text-white;
10
+ }
11
+ }
12
+
13
+ .selector-button-border {
14
+ background-color: #2947A3 !important;
15
+ color: #ffffff !important;
16
+ border: none !important;
17
+ border-radius: 0.375rem;
18
+ padding: 0.5rem 1rem;
19
+ font-family: 'Noto Sans', sans-serif;
20
+ font-weight: 500;
21
+ font-size: 0.875rem;
22
+ line-height: 1.25rem;
23
+ cursor: pointer;
24
+ transition: all 0.2s ease;
25
+ white-space: normal; /* allow wrapping */
26
+ word-break: break-word; /* break long words */
27
+ overflow-wrap: break-word;
28
+ text-align: center;
29
+ display: inline-flex;
30
+ align-items: center;
31
+ justify-content: center;
32
+ height: auto;
33
+ min-height: 40px;
34
+ width: 30%;
35
+ max-height: 40px;
36
+ margin: 0;
37
+
38
+ &:hover {
39
+ background-color: #1e3a8a !important;
40
+ opacity: 0.9;
41
+ }
42
+
43
+ h2 {
44
+ color: #ffffff !important;
45
+ font-size: 0.875rem !important;
46
+ line-height: 1.25rem !important;
47
+ font-weight: 500 !important;
48
+ margin: 0 !important;
49
+ padding: 0 !important;
50
+ border: none !important;
51
+ width: 100%;
52
+ }
53
+ }
54
+
55
+ .input-mirror-selector-button {
56
+ @apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
57
+
58
+ &:focus {
59
+ @apply outline-none;
60
+ }
61
+
62
+ h2 {
63
+ @apply font-rc font-medium text-legend text-text-primary;
64
+ }
65
+ }
66
+
67
+ .selector-button-primary-disabled {
68
+ @apply h-8 bg-primary-main text-center border-b-2 border-input-border border-solid outline-none px-lg opacity-50;
69
+
70
+ &:focus {
71
+ @apply outline-none;
72
+ }
73
+
74
+ h2 {
75
+ @apply font-rc font-medium text-legend text-white;
76
+ }
77
+ }
78
+ .submit-bar:focus {
79
+ @apply outline-none !important;
80
+ }
81
+
82
+ .go-back-footer-button {
83
+ background-color: white !important;
84
+ color: black !important;
85
+ border: 1px solid !important;
86
+ margin-right: 10px !important;
87
+ }