@pmidc/upyog-css 1.2.36-dev.1.15 → 1.2.36-dev.1.16
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/dist/index.css +8890 -14313
- package/dist/index.min.css +1 -1
- package/package.json +3 -2
- package/src/components/CardBasedOptions.scss +31 -33
- package/src/components/body.scss +3 -3
- package/src/components/buttons.scss +8 -8
- package/src/components/filters.scss +2 -283
- package/src/components/table.scss +46 -513
- package/src/index.scss +4 -2
- package/src/modules/BPA/index.scss +6 -0
- package/src/pages/citizen/HomePageWrapper.scss +17 -22
- package/src/pages/employee/index.scss +21 -62
- package/src/pages/employee/login.scss +1 -1
- package/src/components/newInbox.scss +0 -367
|
@@ -17,56 +17,51 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
.hero-banner-styles {
|
|
20
|
-
background: linear-gradient(
|
|
20
|
+
background: linear-gradient(135deg, #4f65d8 0%, #00157a 100%);
|
|
21
21
|
border-radius: 16px;
|
|
22
|
-
padding:
|
|
23
|
-
margin:
|
|
22
|
+
padding: 60px 40px;
|
|
23
|
+
margin: 24px 0;
|
|
24
24
|
text-align: center;
|
|
25
25
|
color: #fff;
|
|
26
|
-
position: relative;
|
|
27
|
-
overflow: hidden;
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
.hero-title-styles {
|
|
31
|
-
font-size:
|
|
29
|
+
font-size: 42px;
|
|
32
30
|
font-weight: 700;
|
|
33
|
-
margin-bottom:
|
|
34
|
-
letter-spacing: -0.
|
|
31
|
+
margin-bottom: 12px;
|
|
32
|
+
letter-spacing: -0.5px;
|
|
35
33
|
}
|
|
36
34
|
|
|
37
35
|
.heroSubtitleStyles {
|
|
38
|
-
font-size:
|
|
36
|
+
font-size: 18px;
|
|
39
37
|
font-weight: 400;
|
|
40
|
-
margin-bottom:
|
|
41
|
-
opacity: 0.
|
|
38
|
+
margin-bottom: 32px;
|
|
39
|
+
opacity: 0.95;
|
|
42
40
|
}
|
|
43
41
|
|
|
44
42
|
.searchBarStyles {
|
|
45
|
-
max-width:
|
|
43
|
+
max-width: 600px;
|
|
46
44
|
margin: 0 auto;
|
|
47
45
|
background-color: #fff;
|
|
48
46
|
border-radius: 12px;
|
|
49
|
-
padding:
|
|
47
|
+
padding: 14px 20px;
|
|
50
48
|
display: flex;
|
|
51
49
|
align-items: center;
|
|
52
|
-
box-shadow: 0 4px
|
|
50
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
.searchInputStyles {
|
|
56
54
|
border: none;
|
|
57
55
|
outline: none;
|
|
58
56
|
width: 100%;
|
|
59
|
-
font-size:
|
|
60
|
-
margin-left:
|
|
61
|
-
color:
|
|
62
|
-
font-family: "Noto Sans", sans-serif;
|
|
57
|
+
font-size: 16px;
|
|
58
|
+
margin-left: 12px;
|
|
59
|
+
color: black;
|
|
63
60
|
}
|
|
64
61
|
|
|
65
62
|
.searchIconStyles {
|
|
66
|
-
color: #
|
|
67
|
-
|
|
68
|
-
align-items: center;
|
|
69
|
-
flex-shrink: 0;
|
|
63
|
+
color: #9ca3af;
|
|
64
|
+
font-size: 20px;
|
|
70
65
|
}
|
|
71
66
|
|
|
72
67
|
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
.submit-bar header {
|
|
81
81
|
height: 2rem !important;
|
|
82
82
|
line-height: 2rem !important;
|
|
83
|
-
background-color: #
|
|
83
|
+
background-color: #2947a3;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.loginContainer {
|
|
@@ -216,19 +216,18 @@
|
|
|
216
216
|
cursor: pointer;
|
|
217
217
|
display: flex;
|
|
218
218
|
align-items: center;
|
|
219
|
-
gap: 10px;
|
|
220
219
|
.tooltip {
|
|
221
|
-
margin-left:
|
|
220
|
+
margin-left: 12px;
|
|
222
221
|
}
|
|
223
222
|
}
|
|
224
223
|
|
|
225
224
|
svg {
|
|
226
225
|
width: 24px;
|
|
227
226
|
height: 24px;
|
|
228
|
-
fill: #
|
|
227
|
+
fill: #374151;
|
|
229
228
|
transition: fill 0.18s ease;
|
|
230
|
-
|
|
231
|
-
|
|
229
|
+
margin-right: 20px;
|
|
230
|
+
margin-left: -10px;
|
|
232
231
|
}
|
|
233
232
|
|
|
234
233
|
a {
|
|
@@ -244,36 +243,27 @@
|
|
|
244
243
|
align-items: center;
|
|
245
244
|
padding: 12px 18px;
|
|
246
245
|
font-size: 14px;
|
|
247
|
-
border-left:
|
|
246
|
+
border-left: 4px solid transparent;
|
|
248
247
|
border-radius: 8px;
|
|
249
|
-
margin:
|
|
248
|
+
margin: 6px 8px;
|
|
250
249
|
transition: all 0.18s ease;
|
|
251
250
|
|
|
252
251
|
&.active {
|
|
253
|
-
color: #
|
|
254
|
-
background: #
|
|
255
|
-
border-left-color: #
|
|
252
|
+
color: #ffffff !important;
|
|
253
|
+
background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
|
|
254
|
+
border-left-color: #2563eb;
|
|
256
255
|
svg {
|
|
257
|
-
fill: #
|
|
258
|
-
}
|
|
259
|
-
.nav-icon-box {
|
|
260
|
-
background-color: #003C71;
|
|
261
|
-
svg {
|
|
262
|
-
fill: #ffffff !important;
|
|
263
|
-
}
|
|
256
|
+
fill: #ffffff !important;
|
|
264
257
|
}
|
|
265
258
|
}
|
|
266
259
|
|
|
267
260
|
&:hover {
|
|
268
|
-
color: #
|
|
269
|
-
background-color: rgba(
|
|
270
|
-
border-left-color: rgba(
|
|
261
|
+
color: #0d43a7 !important;
|
|
262
|
+
background-color: rgba(37, 99, 235, 0.06);
|
|
263
|
+
border-left-color: rgba(37, 99, 235, 0.16);
|
|
271
264
|
cursor: pointer;
|
|
272
265
|
svg {
|
|
273
|
-
fill: #
|
|
274
|
-
}
|
|
275
|
-
.nav-icon-box {
|
|
276
|
-
background-color: rgba(0, 60, 113, 0.12);
|
|
266
|
+
fill: #0d43a7 !important;
|
|
277
267
|
}
|
|
278
268
|
}
|
|
279
269
|
|
|
@@ -306,13 +296,10 @@
|
|
|
306
296
|
}
|
|
307
297
|
|
|
308
298
|
span {
|
|
309
|
-
margin-left:
|
|
299
|
+
margin-left: 12px;
|
|
310
300
|
text-overflow: ellipsis;
|
|
311
301
|
overflow: hidden;
|
|
312
302
|
white-space: nowrap;
|
|
313
|
-
max-width: calc(100% - 56px);
|
|
314
|
-
font-size: 13px;
|
|
315
|
-
font-weight: 500;
|
|
316
303
|
}
|
|
317
304
|
}
|
|
318
305
|
|
|
@@ -323,9 +310,7 @@
|
|
|
323
310
|
align-items: center;
|
|
324
311
|
text-decoration: none;
|
|
325
312
|
color: #374151;
|
|
326
|
-
font-size:
|
|
327
|
-
border-left: 2px solid transparent;
|
|
328
|
-
transition: all 0.18s ease;
|
|
313
|
+
font-size: 14px;
|
|
329
314
|
.actions {
|
|
330
315
|
.tooltiptext {
|
|
331
316
|
left: unset;
|
|
@@ -333,38 +318,12 @@
|
|
|
333
318
|
}
|
|
334
319
|
}
|
|
335
320
|
svg {
|
|
336
|
-
width:
|
|
337
|
-
height:
|
|
338
|
-
fill: #
|
|
321
|
+
width: 20px;
|
|
322
|
+
height: 20px;
|
|
323
|
+
fill: #6b7280;
|
|
339
324
|
}
|
|
340
325
|
&:hover {
|
|
341
|
-
background: rgba(
|
|
342
|
-
color: #003C71;
|
|
343
|
-
border-left-color: rgba(0, 60, 113, 0.25);
|
|
344
|
-
}
|
|
345
|
-
&.active {
|
|
346
|
-
color: #003C71;
|
|
347
|
-
font-weight: 600;
|
|
348
|
-
border-left-color: #003C71;
|
|
349
|
-
background: rgba(0, 60, 113, 0.04);
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.nav-icon-box {
|
|
354
|
-
display: inline-flex;
|
|
355
|
-
align-items: center;
|
|
356
|
-
justify-content: center;
|
|
357
|
-
width: 32px;
|
|
358
|
-
height: 32px;
|
|
359
|
-
min-width: 32px;
|
|
360
|
-
border-radius: 8px;
|
|
361
|
-
background-color: #F0F4F9;
|
|
362
|
-
transition: background-color 0.18s ease;
|
|
363
|
-
svg {
|
|
364
|
-
width: 17px !important;
|
|
365
|
-
height: 17px !important;
|
|
366
|
-
margin: 0 !important;
|
|
367
|
-
fill: #626A6E;
|
|
326
|
+
background: rgba(99, 102, 241, 0.06);
|
|
368
327
|
}
|
|
369
328
|
}
|
|
370
329
|
}
|
|
@@ -1,367 +0,0 @@
|
|
|
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-table-card {
|
|
123
|
-
margin-top: 16px;
|
|
124
|
-
background: #ffffff;
|
|
125
|
-
border: 1px solid #e2e8f0;
|
|
126
|
-
border-radius: 16px;
|
|
127
|
-
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
|
|
128
|
-
overflow: hidden;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.new-inbox-table-header {
|
|
132
|
-
padding: 18px 20px;
|
|
133
|
-
font-size: 18px;
|
|
134
|
-
font-weight: 700;
|
|
135
|
-
border-bottom: 1px solid #e2e8f0;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.new-inbox-pagination {
|
|
139
|
-
display: flex;
|
|
140
|
-
align-items: center;
|
|
141
|
-
justify-content: flex-end;
|
|
142
|
-
gap: 12px;
|
|
143
|
-
padding: 12px 20px 18px;
|
|
144
|
-
border-top: 1px solid #eef2f7;
|
|
145
|
-
font-size: 12px;
|
|
146
|
-
color: #6b7280;
|
|
147
|
-
background: #ffffff;
|
|
148
|
-
border-radius: 0 0 16px 16px;
|
|
149
|
-
margin-top: 16px;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.new-inbox-pagination-button {
|
|
153
|
-
border: 1px solid #e5e7eb;
|
|
154
|
-
background: #ffffff;
|
|
155
|
-
border-radius: 8px;
|
|
156
|
-
padding: 4px 8px;
|
|
157
|
-
cursor: pointer;
|
|
158
|
-
font-family: inherit;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.new-inbox-pagination-button-disabled {
|
|
162
|
-
opacity: 0.5;
|
|
163
|
-
cursor: not-allowed;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.new-inbox-pagination-select {
|
|
167
|
-
border: 1px solid #e5e7eb;
|
|
168
|
-
border-radius: 8px;
|
|
169
|
-
padding: 4px 8px;
|
|
170
|
-
background: #ffffff;
|
|
171
|
-
font-family: inherit;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.new-inbox-pagination-info {
|
|
175
|
-
font-weight: 500;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
/* Mobile responsive styles */
|
|
179
|
-
@media screen and (max-width: 768px) {
|
|
180
|
-
.new-inbox-topbar {
|
|
181
|
-
flex-direction: column;
|
|
182
|
-
align-items: stretch;
|
|
183
|
-
gap: 12px;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.new-inbox-tabs {
|
|
187
|
-
flex-wrap: wrap;
|
|
188
|
-
max-width: 100%;
|
|
189
|
-
overflow-x: visible;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.new-inbox-search {
|
|
193
|
-
width: 100%;
|
|
194
|
-
min-width: unset;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/* Filter Drawer Styles */
|
|
199
|
-
.filter-drawer-overlay {
|
|
200
|
-
position: fixed;
|
|
201
|
-
top: 0;
|
|
202
|
-
left: 0;
|
|
203
|
-
right: 0;
|
|
204
|
-
bottom: 0;
|
|
205
|
-
background: rgba(0, 0, 0, 0.5);
|
|
206
|
-
z-index: 999;
|
|
207
|
-
animation: fadeIn 0.3s ease-in-out;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
@keyframes fadeIn {
|
|
211
|
-
from {
|
|
212
|
-
opacity: 0;
|
|
213
|
-
}
|
|
214
|
-
to {
|
|
215
|
-
opacity: 1;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
@keyframes slideUp {
|
|
220
|
-
from {
|
|
221
|
-
transform: translateY(100%);
|
|
222
|
-
}
|
|
223
|
-
to {
|
|
224
|
-
transform: translateY(0);
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.filter-drawer {
|
|
229
|
-
position: fixed;
|
|
230
|
-
bottom: 0;
|
|
231
|
-
left: 0;
|
|
232
|
-
right: 0;
|
|
233
|
-
background: white;
|
|
234
|
-
border-radius: 16px 16px 0 0;
|
|
235
|
-
max-height: 80vh;
|
|
236
|
-
display: flex;
|
|
237
|
-
flex-direction: column;
|
|
238
|
-
z-index: 1000;
|
|
239
|
-
animation: slideUp 0.3s ease-in-out;
|
|
240
|
-
box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
|
|
241
|
-
|
|
242
|
-
@media screen and (max-width: 768px) {
|
|
243
|
-
max-height: 85vh;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.filter-drawer-header {
|
|
248
|
-
padding: 16px 16px 12px;
|
|
249
|
-
border-bottom: 1px solid #e8e8e8;
|
|
250
|
-
display: flex;
|
|
251
|
-
justify-content: space-between;
|
|
252
|
-
align-items: center;
|
|
253
|
-
flex-shrink: 0;
|
|
254
|
-
|
|
255
|
-
h3 {
|
|
256
|
-
margin: 0;
|
|
257
|
-
font-size: 16px;
|
|
258
|
-
font-weight: 600;
|
|
259
|
-
color: #111827;
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.filter-drawer-close {
|
|
264
|
-
background: none;
|
|
265
|
-
border: none;
|
|
266
|
-
font-size: 24px;
|
|
267
|
-
cursor: pointer;
|
|
268
|
-
color: #6b7280;
|
|
269
|
-
padding: 4px 8px;
|
|
270
|
-
display: flex;
|
|
271
|
-
align-items: center;
|
|
272
|
-
justify-content: center;
|
|
273
|
-
transition: color 0.2s;
|
|
274
|
-
|
|
275
|
-
&:hover {
|
|
276
|
-
color: #111827;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
&:active {
|
|
280
|
-
color: #374151;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.filter-drawer-content {
|
|
285
|
-
flex: 1;
|
|
286
|
-
overflow-y: auto;
|
|
287
|
-
padding: 16px;
|
|
288
|
-
display: flex;
|
|
289
|
-
flex-direction: column;
|
|
290
|
-
gap: 12px;
|
|
291
|
-
|
|
292
|
-
/* Smooth scrolling */
|
|
293
|
-
scroll-behavior: smooth;
|
|
294
|
-
|
|
295
|
-
/* Safari bounce scroll */
|
|
296
|
-
-webkit-overflow-scrolling: touch;
|
|
297
|
-
|
|
298
|
-
/* Hide scrollbar in mobile */
|
|
299
|
-
scrollbar-width: thin;
|
|
300
|
-
scrollbar-color: #d4d4d4 transparent;
|
|
301
|
-
|
|
302
|
-
&::-webkit-scrollbar {
|
|
303
|
-
width: 6px;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
&::-webkit-scrollbar-track {
|
|
307
|
-
background: transparent;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
&::-webkit-scrollbar-thumb {
|
|
311
|
-
background: #d4d4d4;
|
|
312
|
-
border-radius: 3px;
|
|
313
|
-
|
|
314
|
-
&:hover {
|
|
315
|
-
background: #9ca3af;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.filter-drawer-footer {
|
|
321
|
-
padding: 12px 16px 16px;
|
|
322
|
-
border-top: 1px solid #e8e8e8;
|
|
323
|
-
flex-shrink: 0;
|
|
324
|
-
background: white;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.filter-apply-btn {
|
|
328
|
-
width: 100%;
|
|
329
|
-
padding: 12px 16px;
|
|
330
|
-
background: #0066cc;
|
|
331
|
-
color: white;
|
|
332
|
-
border: none;
|
|
333
|
-
border-radius: 4px;
|
|
334
|
-
font-size: 14px;
|
|
335
|
-
font-weight: 600;
|
|
336
|
-
cursor: pointer;
|
|
337
|
-
transition: background 0.2s;
|
|
338
|
-
|
|
339
|
-
&:active {
|
|
340
|
-
background: #0052a3;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
&:hover {
|
|
344
|
-
background: #0052a3;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.filter-button-mobile {
|
|
349
|
-
transition: all 0.2s ease;
|
|
350
|
-
|
|
351
|
-
&:active {
|
|
352
|
-
background: #f3f4f6 !important;
|
|
353
|
-
transform: scale(0.95);
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
/* Ensure filter form fields look good in drawer */
|
|
358
|
-
.filter-drawer-content {
|
|
359
|
-
.filter-label {
|
|
360
|
-
margin-top: 12px;
|
|
361
|
-
margin-bottom: 8px;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.sub-filter-label {
|
|
365
|
-
font-size: 14px !important;
|
|
366
|
-
}
|
|
367
|
-
}
|