@pmidc/upyog-css 1.1.8 → 1.1.9

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.9",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
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,226 @@
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;
173
+ flex-wrap: wrap;
174
+ gap: 30px;
175
+ margin-bottom: 26px;
176
+ }
177
+
178
+ .ral-my-properties-container {
179
+ margin-top: 16px;
180
+ }
181
+
182
+ .ral-my-properties-header {
183
+ margin-left: 8px;
184
+ }
185
+
186
+ .ral-my-properties-actions {
187
+ display: flex;
188
+ gap: 20px;
189
+ }
190
+
191
+ .ral-my-properties-no-result {
192
+ margin-left: 16px;
193
+ margin-top: 16px;
194
+ }
195
+
196
+ .ral-my-properties-load-more {
197
+ margin-left: 16px;
198
+ margin-top: 16px;
199
+ }
200
+
201
+ .ral-my-properties-load-more-link {
202
+ cursor: pointer;
203
+ color: #007bff;
204
+ font-weight: bold;
205
+ }
206
+
207
+ .ral-modal-header {
208
+ margin-left: 20px;
209
+ }
210
+
211
+ .ral-modal-close {
212
+ margin-right: 20px;
213
+ }
214
+
215
+ .ral-header-32 {
216
+ font-size: 32px;
217
+ }
218
+
219
+ .ral-card-subheader-24 {
220
+ font-size: 24px;
221
+ }
222
+
223
+ .ral-card-subheader-24-margin {
224
+ font-size: 24px;
225
+ margin-top: 30px;
226
+ }
@@ -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,122 @@
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
+ border-top: none !important;
224
+ padding-top: 0 !important;
225
+ }
226
+
227
+ /* Responsive Adjustments */
228
+ @media (max-width: 768px) {
229
+ .custom-timeline-container {
230
+ padding: 16px;
231
+ }
232
+
233
+ .custom-tracking-line {
234
+ width: 40px;
235
+ }
236
+
237
+ .custom-timeline-title {
238
+ font-size: 20px;
239
+ white-space: normal;
240
+ }
241
+
242
+ .custom-blue-bar {
243
+ height: 40px;
244
+ min-width: 30px;
245
+ }
246
+
247
+ .custom-vertical-line {
248
+ left: 24px;
249
+ }
250
+
251
+ .custom-icon-container {
252
+ margin-left: 0;
253
+ }
254
+
255
+ .custom-circular-icon {
256
+ width: 40px;
257
+ height: 40px;
258
+ }
259
+
260
+ .custom-date-badge {
261
+ padding: 6px 12px;
262
+ font-size: 12px;
263
+ }
264
+
265
+ .custom-entry-content {
266
+ gap: 16px;
267
+ }
268
+
269
+ .custom-card-top {
270
+ padding: 16px;
271
+ flex-direction: column;
272
+ align-items: flex-start;
273
+ gap: 12px;
274
+ }
275
+
276
+ .custom-card-left {
277
+ padding-right: 0;
278
+ width: 100%;
279
+ }
280
+
281
+ .custom-card-right {
282
+ width: 100%;
283
+ }
284
+
285
+ .custom-comments-section {
286
+ padding: 12px 16px;
287
+ flex-direction: column;
288
+ gap: 12px;
289
+ }
290
+ }
291
+
292
+ @media (max-width: 480px) {
293
+ .custom-tracking-line {
294
+ display: none;
295
+ }
296
+
297
+ .custom-title-bar-row {
298
+ gap: 12px;
299
+ }
300
+
301
+ .custom-timeline-title {
302
+ font-size: 18px;
303
+ }
304
+
305
+ .custom-vertical-line {
306
+ left: 20px;
307
+ }
308
+
309
+ .custom-circular-icon {
310
+ width: 36px;
311
+ height: 36px;
312
+ }
313
+
314
+ .custom-icon-container {
315
+ margin-left: 2px;
316
+ }
317
+
318
+ .custom-entry-content {
319
+ gap: 12px;
320
+ }
321
+ }