@pmidc/upyog-css 1.1.8 → 1.1.10

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.1.8",
3
+ "version": "1.1.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -1,13 +1,44 @@
1
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;
2
+ background-color: #2947A3 !important;
3
+ color: #ffffff !important;
4
+ border: none !important;
5
+ border-radius: 0.375rem;
6
+ padding: 0.5rem 1rem;
7
+ font-family: 'Noto Sans', sans-serif;
8
+ font-weight: 500;
9
+ font-size: 0.875rem;
10
+ line-height: 1.25rem;
11
+ cursor: pointer;
12
+ transition: all 0.2s ease;
13
+ white-space: normal; /* allow wrapping */
14
+ word-break: break-word; /* break long words */
15
+ overflow-wrap: break-word;
16
+ text-align: center;
17
+ display: inline-flex;
18
+ align-items: center;
19
+ justify-content: center;
20
+ height: auto;
21
+ min-height: 40px;
22
+ width: 30%;
23
+ max-height: 40px;
24
+ margin: 0;
3
25
 
4
- &:focus {
5
- @apply outline-none;
26
+ &:hover {
27
+ background-color: #1e3a8a !important;
28
+ opacity: 0.9;
6
29
  }
7
30
 
8
31
  h2 {
9
- @apply font-rc font-medium text-legend text-white;
32
+ color: #ffffff !important;
33
+ font-size: 0.875rem !important;
34
+ line-height: 1.25rem !important;
35
+ font-weight: 500 !important;
36
+ margin: 0 !important;
37
+ padding: 0 !important;
38
+ border: none !important;
39
+ width: 100%;
10
40
  }
41
+
11
42
  }
12
43
 
13
44
  .selector-button-border {
@@ -343,6 +343,20 @@
343
343
  }
344
344
  }
345
345
 
346
+ .submit-bar-back {
347
+ background: transparent !important;
348
+ color: #2563eb !important;
349
+ border: 1px solid #2563eb !important;
350
+ box-shadow: none !important;
351
+ margin-right: 10px;
352
+
353
+ &:hover {
354
+ background: rgba(37, 99, 235, 0.08) !important;
355
+ transform: translateY(-2px);
356
+ box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
357
+ }
358
+ }
359
+
346
360
  @media (min-width: 1024px) {
347
361
  .submit-bar,
348
362
  .submit-bar-disabled {
@@ -1,5 +1,5 @@
1
1
  .customBtn {
2
- @apply bg-white text-text-primary box-border inline-block outline-none px-sm border border-solid border-primary-main;
2
+ @apply bg-white box-border inline-block outline-none px-sm border border-solid border-primary-main;
3
3
  margin: 0px 4.65% 0px 0px;
4
4
  height: 30px;
5
5
  line-height: 30px;
@@ -27,6 +27,45 @@
27
27
  }
28
28
  }
29
29
 
30
+ .notification-wrapper {
31
+ position: relative;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ cursor: pointer;
36
+ padding: 8px;
37
+ border-radius: 50%;
38
+ transition: background-color 0.2s ease;
39
+
40
+ &:hover {
41
+ background-color: rgba(0, 0, 0, 0.05);
42
+ }
43
+
44
+ .notification-count {
45
+ position: absolute;
46
+ top: 0;
47
+ right: 0;
48
+ background-color: #ef4444;
49
+ color: white;
50
+ font-size: 10px;
51
+ font-weight: 600;
52
+ min-width: 16px;
53
+ height: 16px;
54
+ border-radius: 50%;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ padding: 2px;
59
+ }
60
+
61
+ svg {
62
+ width: 22px;
63
+ height: 22px;
64
+ background: #ffdc00;
65
+ border-radius: 50%;
66
+ }
67
+ }
68
+
30
69
  .img-circle {
31
70
  border-radius: 50%;
32
71
  }
@@ -24,7 +24,7 @@
24
24
  .employee-select-wrap .select {
25
25
  background-color: white;
26
26
  border-radius: 5px;
27
- border-color:1px solid blue;
27
+ border-color: 1px solid blue;
28
28
  height: 50px;
29
29
  }
30
30
  .employee-select-wrap {
@@ -36,12 +36,11 @@
36
36
  border-color: rgb(46, 46, 236);
37
37
  height: 50px;
38
38
 
39
-
40
39
  input[type="text"] {
41
40
  width: calc(100% - 32px);
42
41
  background-color: transparent;
43
-
44
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
42
+
43
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
45
44
  }
46
45
 
47
46
  p {
@@ -70,8 +69,8 @@
70
69
  input[type="text"] {
71
70
  width: calc(100% - 32px);
72
71
  background-color: transparent;
73
-
74
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
72
+
73
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
75
74
  }
76
75
 
77
76
  p {
@@ -97,12 +96,13 @@
97
96
  }
98
97
 
99
98
  .options-card {
100
- width: 100% !important;
99
+ right: 0px;
100
+ width: 144px;
101
101
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
102
102
  max-height: 250px !important;
103
103
  overflow: auto;
104
104
  z-index: 1000 !important;
105
- @apply absolute z-20 mt-xs bg-white max-w-full;
105
+ @apply absolute z-20 mt-xs bg-white;
106
106
 
107
107
  p {
108
108
  padding-top: 14px;
@@ -156,7 +156,7 @@
156
156
  width: calc(100% - 32px);
157
157
  background-color: transparent;
158
158
 
159
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
159
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
160
160
  }
161
161
 
162
162
  p {
@@ -194,8 +194,8 @@
194
194
  input[type="text"] {
195
195
  width: calc(100% - 32px);
196
196
  background-color: transparent;
197
-
198
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
197
+
198
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
199
199
  }
200
200
 
201
201
  p {
@@ -117,3 +117,20 @@
117
117
  box-shadow: 0 0 0 3px rgba(13, 78, 255, 0.03);
118
118
  }
119
119
  }
120
+
121
+ /* Mobile Number Input Styles */
122
+ .mobile-number-prefix {
123
+ position: absolute;
124
+ left: 12px;
125
+ top: 34%;
126
+ transform: translateY(-50%);
127
+ font-size: 16px;
128
+ font-weight: 500;
129
+ color: #666;
130
+ pointer-events: none;
131
+ z-index: 0 !important;
132
+ }
133
+
134
+ .mobile-number-input-with-prefix {
135
+ padding-left: 45px !important;
136
+ }
package/src/index.scss CHANGED
@@ -133,6 +133,8 @@
133
133
  @import "./components/newFooter.scss";
134
134
  @import "./pages/citizen/CitizenLogin.scss";
135
135
  @import "./components/NewAccordianCitizen.scss";
136
+ @import "./modules/rentAndLease/index.scss";
137
+
136
138
  @import "./modules/adv/index.scss";
137
139
  .display-none {
138
140
  display: none;
@@ -0,0 +1,227 @@
1
+ .ral-banner {
2
+ padding: 10px;
3
+ }
4
+
5
+ .ral-banner-header {
6
+ font-size: 32px;
7
+ word-break: break-word;
8
+ }
9
+
10
+ .ral-action-bar {
11
+ display: flex;
12
+ justify-content: flex-end;
13
+ align-items: baseline;
14
+ }
15
+
16
+ .ral-error-label {
17
+ width: 70%;
18
+ margin-left: 30%;
19
+ margin-top: -18px;
20
+ }
21
+
22
+ .ral-applicant-container {
23
+ border: 1px solid #ddd;
24
+ padding: 12px;
25
+ margin-bottom: 16px;
26
+ border-radius: 10px;
27
+ }
28
+
29
+ .ral-applicant-header-row {
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ margin-bottom: 20px;
34
+ }
35
+
36
+ .ral-remove-btn {
37
+ background: transparent;
38
+ width: 100%;
39
+ max-width: 25px;
40
+ }
41
+
42
+ .ral-add-applicant-row {
43
+ display: flex;
44
+ justify-content: flex-end;
45
+ margin-bottom: 16px;
46
+ }
47
+
48
+ .ral-add-applicant-btn {
49
+ border: 1px solid #2947a3;
50
+ background: transparent;
51
+ color: #2947a3;
52
+ width: 100%;
53
+ max-width: 140px;
54
+ }
55
+
56
+ .ral-back-btn {
57
+ border: 1px solid;
58
+ background: transparent;
59
+ color: #2947a3;
60
+ margin-right: 8px;
61
+ }
62
+
63
+ .ral-summary-card {
64
+ padding: 2px;
65
+ }
66
+
67
+ .ral-summary-section {
68
+ background-color: #ffffff;
69
+ padding: 1rem 0;
70
+ border-radius: 8px;
71
+ margin-bottom: 1.5rem;
72
+ box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
73
+ }
74
+
75
+ .ral-summary-header-row {
76
+ display: flex;
77
+ justify-content: space-between;
78
+ align-items: center;
79
+ margin-bottom: 0.75rem;
80
+ }
81
+
82
+ .ral-summary-heading {
83
+ font-size: 1.25rem;
84
+ color: #0d43a7;
85
+ font-weight: 500;
86
+ margin: 0;
87
+ }
88
+
89
+ .ral-summary-row {
90
+ display: flex;
91
+ justify-content: space-between;
92
+ flex-wrap: wrap;
93
+ border-bottom: 1px dashed #e9eef2;
94
+ padding: 10px 4px;
95
+ align-items: center;
96
+ }
97
+
98
+ .ral-summary-label {
99
+ font-weight: 600;
100
+ color: #333;
101
+ }
102
+
103
+ .ral-summary-docs-container {
104
+ display: flex;
105
+ flex-wrap: wrap;
106
+ gap: 1rem;
107
+ margin-top: 0.5rem;
108
+ }
109
+
110
+ .ral-summary-doc-card {
111
+ flex: 1 1 220px;
112
+ min-width: 180px;
113
+ max-width: 260px;
114
+ background-color: #fbfcfe;
115
+ padding: 0.6rem;
116
+ border: 1px solid #eef3f7;
117
+ border-radius: 6px;
118
+ }
119
+
120
+ .ral-summary-applicant-subheading {
121
+ padding: 6px 26px;
122
+ background: oldlace;
123
+ font-weight: 900;
124
+ }
125
+
126
+ .ral-summary-applicant-wrapper {
127
+ margin-bottom: 1rem;
128
+ }
129
+
130
+ .ral-doc-container {
131
+ margin-bottom: 24px;
132
+ }
133
+
134
+ .ral-doc-label {
135
+ width: 100%;
136
+ }
137
+
138
+ .ral-doc-field {
139
+ width: 100%;
140
+ }
141
+
142
+ .ral-doc-field-employee {
143
+ max-width: 500px;
144
+ }
145
+
146
+ .ral-doc-upload-msg {
147
+ width: 100%;
148
+ }
149
+
150
+ .ral-doc-upload-input {
151
+ width: 280px;
152
+ }
153
+
154
+ .ral-doc-error {
155
+ color: #d4351c;
156
+ font-size: 12px;
157
+ margin-top: 4px;
158
+ margin-bottom: 10px;
159
+ }
160
+
161
+ .ral-app-details-header {
162
+ margin-left: 14px;
163
+ max-width: 960px;
164
+ }
165
+
166
+ .ral-app-details-owner-header {
167
+ padding: 5px 24px 0px 24px;
168
+ font-weight: 600;
169
+ }
170
+
171
+ .ral-app-details-docs-card {
172
+ display: flex !important;
173
+ flex-direction: row !important;
174
+ flex-wrap: wrap !important;
175
+ gap: 30px;
176
+ margin-bottom: 26px;
177
+ }
178
+
179
+ .ral-my-properties-container {
180
+ margin-top: 16px;
181
+ }
182
+
183
+ .ral-my-properties-header {
184
+ margin-left: 8px;
185
+ }
186
+
187
+ .ral-my-properties-actions {
188
+ display: flex;
189
+ gap: 20px;
190
+ }
191
+
192
+ .ral-my-properties-no-result {
193
+ margin-left: 16px;
194
+ margin-top: 16px;
195
+ }
196
+
197
+ .ral-my-properties-load-more {
198
+ margin-left: 16px;
199
+ margin-top: 16px;
200
+ }
201
+
202
+ .ral-my-properties-load-more-link {
203
+ cursor: pointer;
204
+ color: #007bff;
205
+ font-weight: bold;
206
+ }
207
+
208
+ .ral-modal-header {
209
+ margin-left: 20px;
210
+ }
211
+
212
+ .ral-modal-close {
213
+ margin-right: 20px;
214
+ }
215
+
216
+ .ral-header-32 {
217
+ font-size: 32px;
218
+ }
219
+
220
+ .ral-card-subheader-24 {
221
+ font-size: 24px;
222
+ }
223
+
224
+ .ral-card-subheader-24-margin {
225
+ font-size: 24px;
226
+ margin-top: 30px;
227
+ }
@@ -1,9 +1,7 @@
1
1
  .custom-timeline-container {
2
- width: 100%;
3
2
  padding: 24px;
4
- background-color: #f9fafb;
5
- margin-left: 16px;
6
- border-radius: 12px;
3
+ background: linear-gradient(135deg, #fff, #f8fafb);
4
+ border-radius: 14px;
7
5
  }
8
6
 
9
7
  .custom-timeline-header {
@@ -131,6 +129,8 @@
131
129
  .custom-card-top {
132
130
  display: flex;
133
131
  justify-content: space-between;
132
+ align-items: center;
133
+ flex-wrap: wrap;
134
134
  padding: 20px 24px;
135
135
  }
136
136
 
@@ -141,7 +141,6 @@
141
141
 
142
142
  .custom-card-right {
143
143
  flex-shrink: 0;
144
- text-align: right;
145
144
  }
146
145
 
147
146
  .custom-action-title {
@@ -151,13 +150,6 @@
151
150
  margin-bottom: 8px;
152
151
  }
153
152
 
154
- .custom-actions-label {
155
- font-size: 12px;
156
- color: #6b7280;
157
- font-weight: 600;
158
- margin-bottom: 6px;
159
- }
160
-
161
153
  .custom-status-text {
162
154
  font-size: 14px;
163
155
  font-weight: 600;
@@ -185,6 +177,13 @@
185
177
  }
186
178
 
187
179
  .custom-comments-section {
180
+ display: flex;
181
+ justify-content: space-between;
182
+ flex-wrap: wrap;
183
+ border-top: 1px solid #e5e7eb;
184
+ padding: 16px 24px 20px;
185
+ }
186
+ .custom-assignee-section {
188
187
  border-top: 1px solid #e5e7eb;
189
188
  padding: 16px 24px 20px;
190
189
  }
@@ -201,3 +200,120 @@
201
200
  color: #374151;
202
201
  line-height: 1.6;
203
202
  }
203
+
204
+ .custom-doc-container {
205
+ display: inline-block;
206
+ margin-right: 10px;
207
+ }
208
+
209
+ .custom-doc-link {
210
+ display: inline-flex;
211
+ align-items: center;
212
+ gap: 4px;
213
+ color: #2563eb;
214
+ text-decoration: none;
215
+
216
+ span {
217
+ font-size: 14px;
218
+ font-weight: 600;
219
+ }
220
+ }
221
+
222
+ .custom-comments-section-no-border {
223
+ padding: 16px 24px 20px;
224
+ }
225
+
226
+ /* Responsive Adjustments */
227
+ @media (max-width: 768px) {
228
+ .custom-timeline-container {
229
+ padding: 16px;
230
+ }
231
+
232
+ .custom-tracking-line {
233
+ width: 40px;
234
+ }
235
+
236
+ .custom-timeline-title {
237
+ font-size: 20px;
238
+ white-space: normal;
239
+ }
240
+
241
+ .custom-blue-bar {
242
+ height: 40px;
243
+ min-width: 30px;
244
+ }
245
+
246
+ .custom-vertical-line {
247
+ left: 24px;
248
+ }
249
+
250
+ .custom-icon-container {
251
+ margin-left: 0;
252
+ }
253
+
254
+ .custom-circular-icon {
255
+ width: 40px;
256
+ height: 40px;
257
+ }
258
+
259
+ .custom-date-badge {
260
+ padding: 6px 12px;
261
+ font-size: 12px;
262
+ }
263
+
264
+ .custom-entry-content {
265
+ gap: 16px;
266
+ }
267
+
268
+ .custom-card-top {
269
+ padding: 16px;
270
+ flex-direction: column;
271
+ align-items: flex-start;
272
+ gap: 12px;
273
+ }
274
+
275
+ .custom-card-left {
276
+ padding-right: 0;
277
+ width: 100%;
278
+ }
279
+
280
+ .custom-card-right {
281
+ width: 100%;
282
+ }
283
+
284
+ .custom-comments-section {
285
+ padding: 12px 16px;
286
+ gap: 12px;
287
+ }
288
+ }
289
+
290
+ @media (max-width: 480px) {
291
+ .custom-tracking-line {
292
+ display: none;
293
+ }
294
+
295
+ .custom-title-bar-row {
296
+ gap: 12px;
297
+ }
298
+
299
+ .custom-timeline-title {
300
+ font-size: 18px;
301
+ }
302
+
303
+ .custom-vertical-line {
304
+ left: 20px;
305
+ }
306
+
307
+ .custom-circular-icon {
308
+ width: 36px;
309
+ height: 36px;
310
+ }
311
+
312
+ .custom-icon-container {
313
+ margin-left: 2px;
314
+ }
315
+
316
+ .custom-entry-content {
317
+ gap: 12px;
318
+ }
319
+ }
@@ -140,7 +140,7 @@
140
140
 
141
141
  .employee-header-header-btn-login {
142
142
  background-color: transparent;
143
- color: #2947a3;
143
+
144
144
  border: 2px solid #2947a3;
145
145
  }
146
146