@pmidc/upyog-css 1.2.36-dev.1.3 → 1.2.36-dev.1.30

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.
@@ -0,0 +1,233 @@
1
+ .ndc-style-04dd2b26c2 {
2
+ color:red;
3
+ padding:1rem;
4
+ }
5
+
6
+ .ndc-style-0a43e56ae2 {
7
+ color:white;
8
+ }
9
+
10
+ .ndc-style-0ddf068bfb {
11
+ overflow-x:auto;
12
+ }
13
+
14
+ .ndc-style-2a1b75c911 {
15
+ display:block;
16
+ }
17
+
18
+ .ndc-style-30e741d98e {
19
+ width:auto;
20
+ }
21
+
22
+ .ndc-style-3f681624b1 {
23
+ color:white;
24
+ font-size:13px;
25
+ }
26
+
27
+ .ndc-style-49fcd855ce {
28
+ margin-top:24px;
29
+ }
30
+
31
+ .ndc-style-56838cf109 {
32
+ display:flex;
33
+ justify-content:flex-end;
34
+ align-items:center;
35
+ padding:16px;
36
+ }
37
+
38
+ .ndc-style-59bdf7cb33 {
39
+ padding:10px;
40
+ }
41
+
42
+ .ndc-style-706912a43b {
43
+ color:white;
44
+ font-size: 12px;
45
+ }
46
+
47
+ .ndc-style-7b6669c0c3 {
48
+ width:100%;
49
+ border-collapse:collapse;
50
+ font-size:14px;
51
+ margin-top:1rem;
52
+ }
53
+
54
+ .ndc-style-87c136dfd0 {
55
+ margin-bottom:16px;
56
+ }
57
+
58
+ .ndc-style-88705a2c59 {
59
+ width:100%;
60
+ padding-right:25px;
61
+ padding-left:25px;
62
+ }
63
+
64
+ .ndc-style-91a87015f4 {
65
+ text-align:center;
66
+ }
67
+
68
+ .ndc-style-95fd837ece {
69
+ display:flex;
70
+ align-items:center;
71
+ gap:12px;
72
+ }
73
+
74
+ .ndc-style-961753662d {
75
+ background-color:#f0f0f0;
76
+ }
77
+
78
+ .ndc-style-9619a2518f {
79
+ margin-top:40px;
80
+ margin-bottom:20px;
81
+ }
82
+
83
+ .ndc-style-9cdf81d40c {
84
+ color:green;
85
+ }
86
+
87
+ .ndc-style-a26bda7d11 {
88
+ margin-top:20px;
89
+ }
90
+
91
+ .ndc-style-a828909e66 {
92
+ max-width:200px;
93
+ }
94
+
95
+ .ndc-style-c2529bfa42 {
96
+ display:flex;
97
+ flex-direction:column;
98
+ gap:8px;
99
+ width:100%;
100
+ }
101
+
102
+ .ndc-style-c86bca9ccc {
103
+ background-color:#efefef;
104
+ font-weight:bold;
105
+ }
106
+
107
+ .ndc-style-c8be6c92ec {
108
+ color: green;
109
+ font-size:14px;
110
+ padding-bottom:10px;
111
+ }
112
+
113
+ .ndc-style-cc1363702b {
114
+ color:white;
115
+ font-size:12px;
116
+ }
117
+
118
+ .ndc-style-d9f149756a {
119
+ margin-top:40px;
120
+ }
121
+
122
+ .ndc-style-ec82c42339 {
123
+ cursor:pointer;
124
+ margin-left:20px;
125
+ }
126
+
127
+ .ndc-style-f320e198cb {
128
+ display:flex;
129
+ flex-direction:row;
130
+ align-items:baseline;
131
+ gap:16px;
132
+ }
133
+
134
+ .ndc-style-f4acddf10b {
135
+ background-color:#f9f9f9;
136
+ }
137
+
138
+ .ndc-loader {
139
+ display: flex;
140
+ position: relative;
141
+ align-items: center;
142
+ justify-content: center;
143
+ width: 100%;
144
+ min-height: 100px;
145
+ }
146
+
147
+ .ndc-loader--page {
148
+ position: fixed;
149
+ inset: 0;
150
+ width: 100vw;
151
+ height: 100vh;
152
+ background: rgba(255, 255, 255, 0.6);
153
+ backdrop-filter: blur(4px);
154
+ z-index: 9999;
155
+ }
156
+
157
+ .ndc-loader__spinner {
158
+ width: 64px;
159
+ height: 64px;
160
+ border: 8px solid #1976d2;
161
+ border-top-color: transparent;
162
+ border-radius: 50%;
163
+ animation: ndc-loader-spin 1.2s linear infinite;
164
+ }
165
+
166
+ @keyframes ndc-loader-spin {
167
+ from { transform: rotate(0deg); }
168
+ to { transform: rotate(360deg); }
169
+ }
170
+
171
+ .ndc-property-search__label--water {
172
+ font-weight: 700;
173
+ }
174
+
175
+ .ndc-breadcrumb--offset {
176
+ margin-left: 10px;
177
+ }
178
+
179
+ .ndc-pagination__button {
180
+ cursor: pointer;
181
+ }
182
+
183
+ .ndc-pagination__button--disabled {
184
+ cursor: not-allowed;
185
+ }
186
+
187
+ .ndc-due-amount--overdue {
188
+ padding-top: 8px;
189
+ padding-left: 10px;
190
+ color: white;
191
+ background: red;
192
+ }
193
+
194
+ .ndc-due-amount__row--overdue {
195
+ background: red;
196
+ color: white;
197
+ }
198
+
199
+ .ndc-due-amount__row--overdue h2,
200
+ .ndc-due-amount__row--overdue .value {
201
+ color: inherit;
202
+ }
203
+
204
+ .ndc-demand-table__cell {
205
+ padding: 6px 8px;
206
+ border: 1px solid #ddd;
207
+ }
208
+
209
+ .ndc-demand-table__cell--left {
210
+ text-align: left;
211
+ }
212
+
213
+ .ndc-demand-table__cell--right {
214
+ text-align: right;
215
+ }
216
+
217
+ .ndc-demand-table__cell--center {
218
+ text-align: center;
219
+ }
220
+
221
+ .popup-module.ndc-pay-ws-bill-modal {
222
+ width: 90%;
223
+ margin-top: 5px;
224
+ }
225
+
226
+ .ndc-document-upload h2 {
227
+ width: 100%;
228
+ }
229
+
230
+ .ndc-response-banner header {
231
+ font-size: 32px;
232
+ word-break: break-word;
233
+ }
@@ -0,0 +1,382 @@
1
+ .new-inbox-topbar {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: space-between;
5
+ gap: 16px;
6
+ padding: 16px;
7
+ border-radius: 16px;
8
+ border: 1px solid #e2e8f0;
9
+ background: #ffffff;
10
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
11
+ flex-wrap: wrap;
12
+ }
13
+
14
+ .new-inbox-tabs {
15
+ display: flex;
16
+ gap: 8px;
17
+ flex-wrap: nowrap;
18
+ overflow-x: auto;
19
+ max-width: calc(100% - 280px);
20
+ padding-bottom: 4px;
21
+ scrollbar-width: none;
22
+ }
23
+
24
+ .new-inbox-tab {
25
+ padding: 6px 10px;
26
+ border-radius: 999px;
27
+ border: 1px solid #e5e7eb;
28
+ background: #f8fafc;
29
+ font-weight: 600;
30
+ font-size: 11px;
31
+ cursor: pointer;
32
+ white-space: nowrap;
33
+ font-family: inherit;
34
+ }
35
+
36
+ .new-inbox-tab-active {
37
+ background: #2563eb;
38
+ color: #ffffff;
39
+ border: 1px solid #2563eb;
40
+ box-shadow: 0 6px 14px rgba(37, 99, 235, 0.25);
41
+ }
42
+
43
+ .new-inbox-tab-count {
44
+ margin-left: 6px;
45
+ padding: 2px 6px;
46
+ border-radius: 999px;
47
+ background: #e2e8f0;
48
+ color: #475569;
49
+ font-size: 11px;
50
+ font-weight: 700;
51
+ }
52
+
53
+ .new-inbox-tab-count-active {
54
+ background: rgba(255, 255, 255, 0.2);
55
+ color: #ffffff;
56
+ }
57
+
58
+ .new-inbox-search {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 8px;
62
+ padding: 10px 14px;
63
+ border: 1px solid #e2e8f0;
64
+ border-radius: 10px;
65
+ min-width: 260px;
66
+ background: #f8fafc;
67
+ color: #6b7280;
68
+ font-size: 12px;
69
+ }
70
+
71
+ .new-inbox-search-input {
72
+ border: none;
73
+ outline: none;
74
+ background: transparent;
75
+ width: 100%;
76
+ font-size: 12px;
77
+ color: #111827;
78
+ }
79
+ .new-inbox-wrapper {
80
+ margin-top: 32px;
81
+ padding: 20px;
82
+ background: #f8fafc;
83
+ border-radius: 12px;
84
+ }
85
+
86
+ .new-inbox-header {
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 10px;
90
+ font-size: 24px;
91
+ font-weight: 700;
92
+ margin-bottom: 12px;
93
+ }
94
+
95
+ .new-inbox-count-pill {
96
+ display: inline-flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ min-width: 28px;
100
+ height: 28px;
101
+ padding: 0 8px;
102
+ border-radius: 999px;
103
+ background: #2563eb;
104
+ color: #ffffff;
105
+ font-size: 12px;
106
+ font-weight: 700;
107
+ }
108
+
109
+ .new-inbox-layout {
110
+ display: block;
111
+ }
112
+
113
+ .new-inbox-top-filters {
114
+ margin: 12px 0 16px;
115
+ background: #ffffff;
116
+ border: 1px solid #e2e8f0;
117
+ border-radius: 16px;
118
+ padding: 18px;
119
+ box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
120
+ }
121
+
122
+ .new-inbox-tenant-selector {
123
+ display: flex;
124
+ flex-direction: column;
125
+ align-items: flex-start;
126
+ gap: 10px;
127
+ }
128
+
129
+ .new-inbox-tenant-dropdown {
130
+ width: min(100%, 340px);
131
+ }
132
+
133
+ .new-inbox-table-card {
134
+ margin-top: 16px;
135
+ background: #ffffff;
136
+ border: 1px solid #e2e8f0;
137
+ border-radius: 16px;
138
+ box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
139
+ overflow: hidden;
140
+ }
141
+
142
+ .new-inbox-table-header {
143
+ padding: 18px 20px;
144
+ font-size: 18px;
145
+ font-weight: 700;
146
+ border-bottom: 1px solid #e2e8f0;
147
+ }
148
+
149
+ .new-inbox-pagination {
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: flex-end;
153
+ gap: 12px;
154
+ padding: 12px 20px 18px;
155
+ border-top: 1px solid #eef2f7;
156
+ font-size: 12px;
157
+ color: #6b7280;
158
+ background: #ffffff;
159
+ border-radius: 0 0 16px 16px;
160
+ margin-top: 16px;
161
+ }
162
+
163
+ .new-inbox-pagination-button {
164
+ border: 1px solid #e5e7eb;
165
+ background: #ffffff;
166
+ border-radius: 8px;
167
+ padding: 4px 8px;
168
+ cursor: pointer;
169
+ font-family: inherit;
170
+ }
171
+
172
+ .new-inbox-pagination-button-disabled {
173
+ opacity: 0.5;
174
+ cursor: not-allowed;
175
+ }
176
+
177
+ .new-inbox-pagination-select {
178
+ border: 1px solid #e5e7eb;
179
+ border-radius: 8px;
180
+ padding: 4px 8px;
181
+ background: #ffffff;
182
+ font-family: inherit;
183
+ }
184
+
185
+ .new-inbox-pagination-info {
186
+ font-weight: 500;
187
+ }
188
+
189
+ /* Mobile responsive styles */
190
+ @media screen and (max-width: 768px) {
191
+ .new-inbox-tenant-dropdown {
192
+ width: 100%;
193
+ }
194
+
195
+ .new-inbox-topbar {
196
+ flex-direction: column;
197
+ align-items: stretch;
198
+ gap: 12px;
199
+ }
200
+
201
+ .new-inbox-tabs {
202
+ flex-wrap: wrap;
203
+ max-width: 100%;
204
+ overflow-x: visible;
205
+ }
206
+
207
+ .new-inbox-search {
208
+ width: 100%;
209
+ min-width: unset;
210
+ }
211
+ }
212
+
213
+ /* Filter Drawer Styles */
214
+ .filter-drawer-overlay {
215
+ position: fixed;
216
+ top: 0;
217
+ left: 0;
218
+ right: 0;
219
+ bottom: 0;
220
+ background: rgba(0, 0, 0, 0.5);
221
+ z-index: 999;
222
+ animation: fadeIn 0.3s ease-in-out;
223
+ }
224
+
225
+ @keyframes fadeIn {
226
+ from {
227
+ opacity: 0;
228
+ }
229
+ to {
230
+ opacity: 1;
231
+ }
232
+ }
233
+
234
+ @keyframes slideUp {
235
+ from {
236
+ transform: translateY(100%);
237
+ }
238
+ to {
239
+ transform: translateY(0);
240
+ }
241
+ }
242
+
243
+ .filter-drawer {
244
+ position: fixed;
245
+ bottom: 0;
246
+ left: 0;
247
+ right: 0;
248
+ background: white;
249
+ border-radius: 16px 16px 0 0;
250
+ max-height: 80vh;
251
+ display: flex;
252
+ flex-direction: column;
253
+ z-index: 1000;
254
+ animation: slideUp 0.3s ease-in-out;
255
+ box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
256
+
257
+ @media screen and (max-width: 768px) {
258
+ max-height: 85vh;
259
+ }
260
+ }
261
+
262
+ .filter-drawer-header {
263
+ padding: 16px 16px 12px;
264
+ border-bottom: 1px solid #e8e8e8;
265
+ display: flex;
266
+ justify-content: space-between;
267
+ align-items: center;
268
+ flex-shrink: 0;
269
+
270
+ h3 {
271
+ margin: 0;
272
+ font-size: 16px;
273
+ font-weight: 600;
274
+ color: #111827;
275
+ }
276
+ }
277
+
278
+ .filter-drawer-close {
279
+ background: none;
280
+ border: none;
281
+ font-size: 24px;
282
+ cursor: pointer;
283
+ color: #6b7280;
284
+ padding: 4px 8px;
285
+ display: flex;
286
+ align-items: center;
287
+ justify-content: center;
288
+ transition: color 0.2s;
289
+
290
+ &:hover {
291
+ color: #111827;
292
+ }
293
+
294
+ &:active {
295
+ color: #374151;
296
+ }
297
+ }
298
+
299
+ .filter-drawer-content {
300
+ flex: 1;
301
+ overflow-y: auto;
302
+ padding: 16px;
303
+ display: flex;
304
+ flex-direction: column;
305
+ gap: 12px;
306
+
307
+ /* Smooth scrolling */
308
+ scroll-behavior: smooth;
309
+
310
+ /* Safari bounce scroll */
311
+ -webkit-overflow-scrolling: touch;
312
+
313
+ /* Hide scrollbar in mobile */
314
+ scrollbar-width: thin;
315
+ scrollbar-color: #d4d4d4 transparent;
316
+
317
+ &::-webkit-scrollbar {
318
+ width: 6px;
319
+ }
320
+
321
+ &::-webkit-scrollbar-track {
322
+ background: transparent;
323
+ }
324
+
325
+ &::-webkit-scrollbar-thumb {
326
+ background: #d4d4d4;
327
+ border-radius: 3px;
328
+
329
+ &:hover {
330
+ background: #9ca3af;
331
+ }
332
+ }
333
+ }
334
+
335
+ .filter-drawer-footer {
336
+ padding: 12px 16px 16px;
337
+ border-top: 1px solid #e8e8e8;
338
+ flex-shrink: 0;
339
+ background: white;
340
+ }
341
+
342
+ .filter-apply-btn {
343
+ width: 100%;
344
+ padding: 12px 16px;
345
+ background: #0066cc;
346
+ color: white;
347
+ border: none;
348
+ border-radius: 4px;
349
+ font-size: 14px;
350
+ font-weight: 600;
351
+ cursor: pointer;
352
+ transition: background 0.2s;
353
+
354
+ &:active {
355
+ background: #0052a3;
356
+ }
357
+
358
+ &:hover {
359
+ background: #0052a3;
360
+ }
361
+ }
362
+
363
+ .filter-button-mobile {
364
+ transition: all 0.2s ease;
365
+
366
+ &:active {
367
+ background: #f3f4f6 !important;
368
+ transform: scale(0.95);
369
+ }
370
+ }
371
+
372
+ /* Ensure filter form fields look good in drawer */
373
+ .filter-drawer-content {
374
+ .filter-label {
375
+ margin-top: 12px;
376
+ margin-bottom: 8px;
377
+ }
378
+
379
+ .sub-filter-label {
380
+ font-size: 14px !important;
381
+ }
382
+ }