@pmidc/upyog-css 1.2.36-dev.1.2 → 1.2.36-dev.1.21
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 +14752 -8869
- package/dist/index.min.css +1 -1
- package/package.json +2 -3
- package/src/components/CardBasedOptions.scss +33 -31
- package/src/components/actionbar.scss +1 -1
- package/src/components/body.scss +3 -3
- package/src/components/buttons.scss +8 -8
- package/src/components/card.scss +6 -3
- package/src/components/filters.scss +283 -2
- package/src/components/newInbox.scss +382 -0
- package/src/components/table.scss +553 -42
- package/src/components/uploadcomponents.scss +1 -1
- package/src/index.scss +28 -11
- package/src/modules/BPA/index.scss +308 -7
- package/src/modules/TL/index.scss +29 -0
- package/src/pages/citizen/DocumentList.scss +19 -3
- package/src/pages/citizen/HomePageWrapper.scss +22 -17
- package/src/pages/employee/index.scss +62 -22
- package/src/pages/employee/login.scss +1 -1
package/src/index.scss
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
/*@import 'normalize.css';*/
|
|
2
2
|
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=
|
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
|
|
3
|
+
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
|
|
7
4
|
|
|
8
5
|
@import "tailwindcss/base";
|
|
9
6
|
|
|
@@ -142,6 +139,7 @@
|
|
|
142
139
|
@import "./modules/BPA/index.scss";
|
|
143
140
|
@import "./pages/common/sitePhotoGraphs.scss";
|
|
144
141
|
@import "./modules/TL/index.scss";
|
|
142
|
+
@import "./components/newInbox.scss";
|
|
145
143
|
|
|
146
144
|
.display-none {
|
|
147
145
|
display: none;
|
|
@@ -1000,12 +998,12 @@
|
|
|
1000
998
|
}
|
|
1001
999
|
|
|
1002
1000
|
.options-card {
|
|
1003
|
-
max-height: 350px;
|
|
1004
|
-
overflow-y: auto;
|
|
1005
|
-
overflow-x: hidden;
|
|
1006
|
-
border: 1px solid #ccc;
|
|
1001
|
+
max-height: 350px;
|
|
1002
|
+
overflow-y: auto;
|
|
1003
|
+
overflow-x: hidden;
|
|
1004
|
+
border: 1px solid #ccc;
|
|
1007
1005
|
border-radius: 8px;
|
|
1008
|
-
background-color: #fff;
|
|
1006
|
+
background-color: #fff;
|
|
1009
1007
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
1010
1008
|
padding: 4px 0;
|
|
1011
1009
|
}
|
|
@@ -2401,6 +2399,25 @@ input[type="date"] {
|
|
|
2401
2399
|
width: 100%;
|
|
2402
2400
|
}
|
|
2403
2401
|
}
|
|
2404
|
-
.hrms-text-transform{
|
|
2402
|
+
.hrms-text-transform {
|
|
2405
2403
|
text-transform: none !important;
|
|
2406
|
-
}
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.noc-popupStyles {
|
|
2407
|
+
width: unset;
|
|
2408
|
+
min-width: 360px;
|
|
2409
|
+
max-width: 600px;
|
|
2410
|
+
padding: 20px;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.engagementForm {
|
|
2414
|
+
width: 70%;
|
|
2415
|
+
@media (max-width: 768px) {
|
|
2416
|
+
width: 100%;
|
|
2417
|
+
}
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
.kibana-link {
|
|
2421
|
+
padding: 0 !important;
|
|
2422
|
+
margin: 0 !important;
|
|
2423
|
+
}
|
|
@@ -22,9 +22,10 @@
|
|
|
22
22
|
|
|
23
23
|
.center-flex-mobile {
|
|
24
24
|
display: flex;
|
|
25
|
+
flex-direction: row;
|
|
25
26
|
justify-content: center;
|
|
26
|
-
width: 80%;
|
|
27
27
|
margin-bottom: 10px;
|
|
28
|
+
width: 50%
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
.video-preview {
|
|
@@ -53,7 +54,7 @@
|
|
|
53
54
|
height: auto;
|
|
54
55
|
min-height: 40px;
|
|
55
56
|
max-height: 40px;
|
|
56
|
-
width:
|
|
57
|
+
width: 175px;
|
|
57
58
|
padding: 0;
|
|
58
59
|
}
|
|
59
60
|
|
|
@@ -78,11 +79,13 @@
|
|
|
78
79
|
|
|
79
80
|
/* File input */
|
|
80
81
|
.upload-file-input {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
max-
|
|
84
|
-
|
|
85
|
-
|
|
82
|
+
@apply absolute opacity-0;
|
|
83
|
+
width: 175px;
|
|
84
|
+
max-width: 90%;
|
|
85
|
+
min-height: 50px;
|
|
86
|
+
max-height: 50px;
|
|
87
|
+
top: 10px;
|
|
88
|
+
left: 15px;
|
|
86
89
|
}
|
|
87
90
|
|
|
88
91
|
/* Error text */
|
|
@@ -90,9 +93,307 @@
|
|
|
90
93
|
color: red;
|
|
91
94
|
}
|
|
92
95
|
|
|
96
|
+
.close-btn {
|
|
97
|
+
padding: 5px 10px;
|
|
98
|
+
&:hover {
|
|
99
|
+
transform: translateY(-2px) !important;
|
|
100
|
+
box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.upload-file-message {
|
|
105
|
+
padding: 15px 0px;
|
|
106
|
+
font-size: 14px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.advisory-text {
|
|
110
|
+
font-size: 13px;
|
|
111
|
+
color: red;
|
|
112
|
+
margin: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.upload-file-new {
|
|
116
|
+
min-height: 56px;
|
|
117
|
+
@apply relative border border-input-border w-full;
|
|
118
|
+
border-radius: 10px;
|
|
119
|
+
|
|
120
|
+
div {
|
|
121
|
+
@apply flex flex-row h-full items-center pl-md mt-sm mb-sm flex-wrap;
|
|
122
|
+
border-radius: 10px;
|
|
123
|
+
|
|
124
|
+
.file-upload-status {
|
|
125
|
+
@apply text-body-s-dt ml-sm;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.inbox-name {
|
|
132
|
+
display: inline;
|
|
133
|
+
padding-left: 30px;
|
|
134
|
+
}
|
|
135
|
+
.back-button-container {
|
|
136
|
+
cursor: pointer;
|
|
137
|
+
width: fit-content;
|
|
138
|
+
display: flex;
|
|
139
|
+
font-family: 'Roboto Condensed', sans-serif;
|
|
140
|
+
color: rgba(13, 67, 167, var(--text-opacity));
|
|
141
|
+
font-size: 16px;
|
|
142
|
+
line-height: 24px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.stepper-margin {
|
|
146
|
+
margin-left: 30px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.document-link-bpa {
|
|
150
|
+
text-decoration: none;
|
|
151
|
+
cursor: pointer;
|
|
152
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
|
153
|
+
width: 250px;
|
|
154
|
+
|
|
155
|
+
&:hover .document-card {
|
|
156
|
+
transform: translateY(-4px);
|
|
157
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
.action-bar-wrap-menu {
|
|
163
|
+
box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
|
|
164
|
+
z-index: 100;
|
|
165
|
+
height: auto;
|
|
166
|
+
|
|
167
|
+
@apply absolute bg-white text-right;
|
|
168
|
+
|
|
169
|
+
top: 100%;
|
|
170
|
+
left: 0;
|
|
171
|
+
width: 100%;
|
|
172
|
+
|
|
173
|
+
div {
|
|
174
|
+
@apply w-full;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.menu-wrap-position {
|
|
178
|
+
@apply absolute bg-white text-left mb-xs z-30 cursor-pointer;
|
|
179
|
+
|
|
180
|
+
top: 100%;
|
|
181
|
+
left: 0;
|
|
182
|
+
|
|
183
|
+
box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px,
|
|
184
|
+
rgba(0, 0, 0, 0.12) 0 3px 14px 2px,
|
|
185
|
+
rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
|
|
186
|
+
|
|
187
|
+
width: auto;
|
|
188
|
+
min-width: 200px;
|
|
189
|
+
max-width: calc(100% - 16px);
|
|
190
|
+
padding: 2px;
|
|
191
|
+
|
|
192
|
+
div {
|
|
193
|
+
@apply h-12 pl-sm py-md text-body-l text-text-primary;
|
|
194
|
+
|
|
195
|
+
&:hover {
|
|
196
|
+
@apply bg-grey-mid w-full;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.card-dropdown-wrapper {
|
|
203
|
+
position: relative;
|
|
204
|
+
}
|
|
205
|
+
|
|
93
206
|
/* Mobile */
|
|
94
207
|
@media (max-width: 768px) {
|
|
95
208
|
.upload-tag-container {
|
|
96
209
|
width: 80%;
|
|
97
210
|
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.inbox-name {
|
|
214
|
+
font-size: 32px;
|
|
215
|
+
font-family: "Noto Sans", sans-serif;
|
|
216
|
+
color: black;
|
|
217
|
+
display: inline;
|
|
218
|
+
padding-left: 180px;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.custom-loader-overlay {
|
|
222
|
+
position: fixed;
|
|
223
|
+
top: 0;
|
|
224
|
+
left: 0;
|
|
225
|
+
width: 100%;
|
|
226
|
+
height: 100vh;
|
|
227
|
+
display: flex;
|
|
228
|
+
flex-direction: column;
|
|
229
|
+
align-items: center;
|
|
230
|
+
justify-content: center;
|
|
231
|
+
background-color: rgba(255, 255, 255, 0.95);
|
|
232
|
+
z-index: 9999;
|
|
233
|
+
gap: 30px;
|
|
234
|
+
backdrop-filter: blur(15px);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.custom-loader-spinner-wrapper {
|
|
238
|
+
width: 130px;
|
|
239
|
+
height: 130px;
|
|
240
|
+
position: relative;
|
|
241
|
+
display: flex;
|
|
242
|
+
align-items: center;
|
|
243
|
+
justify-content: center;
|
|
244
|
+
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.custom-loader-spinner {
|
|
248
|
+
position: absolute;
|
|
249
|
+
width: 100%;
|
|
250
|
+
height: 100%;
|
|
251
|
+
border: 12px solid #f0f0f0;
|
|
252
|
+
border-top: 12px solid #1a1a1a;
|
|
253
|
+
border-right: 12px solid #1a1a1a;
|
|
254
|
+
border-radius: 50%;
|
|
255
|
+
animation: spin 0.8s linear infinite;
|
|
256
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.custom-loader-text {
|
|
260
|
+
font-size: 18px;
|
|
261
|
+
font-weight: 700;
|
|
262
|
+
color: #1a1a1a;
|
|
263
|
+
letter-spacing: 0.5px;
|
|
264
|
+
display: flex;
|
|
265
|
+
align-items: baseline;
|
|
266
|
+
gap: 2px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.custom-loader-dots {
|
|
270
|
+
min-width: 20px;
|
|
271
|
+
display: inline-block;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
@keyframes spin {
|
|
275
|
+
0% {
|
|
276
|
+
transform: rotate(0deg);
|
|
277
|
+
}
|
|
278
|
+
100% {
|
|
279
|
+
transform: rotate(360deg);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.view-button {
|
|
284
|
+
width: 80%;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.disabled-CustomUpload {
|
|
288
|
+
padding-top: 12px;
|
|
289
|
+
padding-bottom: 12px;
|
|
290
|
+
padding-left: 5px;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.rich-textbox-wrapper {
|
|
294
|
+
width: 100%;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.rich-textbox-toolbar {
|
|
298
|
+
background: #f7f9fb;
|
|
299
|
+
border: 1px solid #e6edf3;
|
|
300
|
+
padding: 6px;
|
|
301
|
+
border-radius: 6px;
|
|
302
|
+
display: flex;
|
|
303
|
+
align-items: center;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.rich-textbox-toolbar button {
|
|
307
|
+
background: transparent;
|
|
308
|
+
border: none;
|
|
309
|
+
padding: 6px 8px;
|
|
310
|
+
margin: 0 2px;
|
|
311
|
+
cursor: pointer;
|
|
312
|
+
border-radius: 4px;
|
|
313
|
+
color: #2f3b45;
|
|
314
|
+
font-weight: 600;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.rich-textbox-toolbar button:hover {
|
|
318
|
+
background: rgba(47,59,69,0.06);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.rich-textbox-toolbar button:active {
|
|
322
|
+
background: rgba(47,59,69,0.12);
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.rich-textbox-toolbar button[title="Bold"] {
|
|
326
|
+
width: 32px;
|
|
327
|
+
height: 32px;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.rich-textbox-toolbar button[title="Italic"] {
|
|
331
|
+
width: 32px;
|
|
332
|
+
height: 32px;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.rich-textbox-toolbar button[title="Underline"] {
|
|
336
|
+
width: 32px;
|
|
337
|
+
height: 32px;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.rich-textbox-textarea {
|
|
341
|
+
width: 100%;
|
|
342
|
+
border: 1px solid #e6edf3;
|
|
343
|
+
border-radius: 6px;
|
|
344
|
+
padding: 10px;
|
|
345
|
+
font-size: 14px;
|
|
346
|
+
line-height: 1.4;
|
|
347
|
+
color: #222;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.rich-textbox-wrapper .rich-textbox-toolbar div {
|
|
351
|
+
color: #8592a0;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.investor-notice-container {
|
|
355
|
+
color: #d32f2f;
|
|
356
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
357
|
+
font-size: 15px;
|
|
358
|
+
line-height: 1.6;
|
|
359
|
+
padding: 10px 20px;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.investor-notice-container p {
|
|
363
|
+
margin-bottom: 16px;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.investor-notice-container .notice-salutation {
|
|
367
|
+
margin-bottom: 20px;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.investor-notice-container .notice-list {
|
|
371
|
+
list-style: disc !important;
|
|
372
|
+
padding-left: 20px !important;
|
|
373
|
+
margin: 16px 0 !important;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.investor-notice-container .notice-list li {
|
|
377
|
+
display: list-item !important;
|
|
378
|
+
margin-bottom: 8px;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.investor-notice-container .notice-link {
|
|
382
|
+
color: #0066cc;
|
|
383
|
+
text-decoration: underline;
|
|
384
|
+
cursor: pointer;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.investor-notice-container .notice-link:hover {
|
|
388
|
+
color: #004499;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.investor-notice-container .notice-body-link {
|
|
392
|
+
margin-top: -8px;
|
|
393
|
+
margin-bottom: 20px;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.investor-notice-container .notice-footer {
|
|
397
|
+
margin-top: 24px;
|
|
398
|
+
line-height: 1.4;
|
|
98
399
|
}
|
|
@@ -765,4 +765,33 @@
|
|
|
765
765
|
.TL-declaration-label {
|
|
766
766
|
cursor: pointer !important;
|
|
767
767
|
margin: 0 !important;
|
|
768
|
+
}
|
|
769
|
+
.TL-Tradetype-disabled {
|
|
770
|
+
height: 50px !important;
|
|
771
|
+
border: 1px solid #d1d5db !important;
|
|
772
|
+
border-radius: 8px !important;
|
|
773
|
+
background-color: #fafafa !important;
|
|
774
|
+
display: flex !important;
|
|
775
|
+
align-items: center !important;
|
|
776
|
+
padding-left: 10px !important;
|
|
777
|
+
font-size: 16px !important;
|
|
778
|
+
color: #333333 !important;
|
|
779
|
+
margin-bottom: 8px !important;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.TL-new-application-btn {
|
|
783
|
+
background: linear-gradient(135deg, #2563eb, #1e40af) !important;
|
|
784
|
+
color: #fff !important;
|
|
785
|
+
border: none !important;
|
|
786
|
+
border-radius: 4px !important;
|
|
787
|
+
padding: 10px 20px !important;
|
|
788
|
+
font-size: 16px !important;
|
|
789
|
+
font-weight: 500 !important;
|
|
790
|
+
cursor: pointer !important;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.TL-plus-icon {
|
|
794
|
+
font-size: 24px !important;
|
|
795
|
+
font-weight: bold !important;
|
|
796
|
+
line-height: 1 !important;
|
|
768
797
|
}
|
|
@@ -343,9 +343,7 @@
|
|
|
343
343
|
/* Each document block */
|
|
344
344
|
.obps-document-detail-item {
|
|
345
345
|
display: flex;
|
|
346
|
-
flex-
|
|
347
|
-
justify-content: flex-start;
|
|
348
|
-
align-content: center;
|
|
346
|
+
flex-direction: row;
|
|
349
347
|
}
|
|
350
348
|
|
|
351
349
|
/* Clickable link */
|
|
@@ -452,4 +450,22 @@
|
|
|
452
450
|
max-width: none;
|
|
453
451
|
min-width: 0;
|
|
454
452
|
width: auto;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.fire-noc-doc-required-card {
|
|
456
|
+
background: #FAFAFA;
|
|
457
|
+
border: 1px solid #D6D5D4;
|
|
458
|
+
padding: 8px;
|
|
459
|
+
border-radius: 4px;
|
|
460
|
+
max-width: 600px;
|
|
461
|
+
min-width: 95%;
|
|
462
|
+
margin-bottom: 15px;
|
|
463
|
+
padding-top: 15px;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.fire-noc-doc-required-field {
|
|
467
|
+
min-width: 100%;
|
|
468
|
+
display: flex;
|
|
469
|
+
flex-direction: column;
|
|
470
|
+
gap: 10px;
|
|
455
471
|
}
|
|
@@ -17,51 +17,56 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
.hero-banner-styles {
|
|
20
|
-
background: linear-gradient(
|
|
20
|
+
background: linear-gradient(140deg, #003C71 0%, #1A5CA8 100%);
|
|
21
21
|
border-radius: 16px;
|
|
22
|
-
padding:
|
|
23
|
-
margin:
|
|
22
|
+
padding: 52px 40px 44px;
|
|
23
|
+
margin: 20px 0;
|
|
24
24
|
text-align: center;
|
|
25
25
|
color: #fff;
|
|
26
|
+
position: relative;
|
|
27
|
+
overflow: hidden;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
.hero-title-styles {
|
|
29
|
-
font-size:
|
|
31
|
+
font-size: 36px;
|
|
30
32
|
font-weight: 700;
|
|
31
|
-
margin-bottom:
|
|
32
|
-
letter-spacing: -0.
|
|
33
|
+
margin-bottom: 8px;
|
|
34
|
+
letter-spacing: -0.3px;
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
.heroSubtitleStyles {
|
|
36
|
-
font-size:
|
|
38
|
+
font-size: 16px;
|
|
37
39
|
font-weight: 400;
|
|
38
|
-
margin-bottom:
|
|
39
|
-
opacity: 0.
|
|
40
|
+
margin-bottom: 28px;
|
|
41
|
+
opacity: 0.9;
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
.searchBarStyles {
|
|
43
|
-
max-width:
|
|
45
|
+
max-width: 560px;
|
|
44
46
|
margin: 0 auto;
|
|
45
47
|
background-color: #fff;
|
|
46
48
|
border-radius: 12px;
|
|
47
|
-
padding:
|
|
49
|
+
padding: 12px 18px;
|
|
48
50
|
display: flex;
|
|
49
51
|
align-items: center;
|
|
50
|
-
box-shadow: 0 4px
|
|
52
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
.searchInputStyles {
|
|
54
56
|
border: none;
|
|
55
57
|
outline: none;
|
|
56
58
|
width: 100%;
|
|
57
|
-
font-size:
|
|
58
|
-
margin-left:
|
|
59
|
-
color:
|
|
59
|
+
font-size: 14px;
|
|
60
|
+
margin-left: 10px;
|
|
61
|
+
color: #1F1F1F;
|
|
62
|
+
font-family: "Noto Sans", sans-serif;
|
|
60
63
|
}
|
|
61
64
|
|
|
62
65
|
.searchIconStyles {
|
|
63
|
-
color: #
|
|
64
|
-
|
|
66
|
+
color: #626A6E;
|
|
67
|
+
display: flex;
|
|
68
|
+
align-items: center;
|
|
69
|
+
flex-shrink: 0;
|
|
65
70
|
}
|
|
66
71
|
|
|
67
72
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.ground-container {
|
|
8
8
|
margin-bottom: 56px;
|
|
9
9
|
margin-left: 0px;
|
|
10
|
-
margin-top:
|
|
10
|
+
margin-top: 5rem !important;
|
|
11
11
|
@apply flex flex-col;
|
|
12
12
|
}
|
|
13
13
|
.card-home {
|
|
@@ -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: #003C71;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.loginContainer {
|
|
@@ -216,18 +216,19 @@
|
|
|
216
216
|
cursor: pointer;
|
|
217
217
|
display: flex;
|
|
218
218
|
align-items: center;
|
|
219
|
+
gap: 10px;
|
|
219
220
|
.tooltip {
|
|
220
|
-
margin-left:
|
|
221
|
+
margin-left: 4px;
|
|
221
222
|
}
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
svg {
|
|
225
226
|
width: 24px;
|
|
226
227
|
height: 24px;
|
|
227
|
-
fill: #
|
|
228
|
+
fill: #626A6E;
|
|
228
229
|
transition: fill 0.18s ease;
|
|
229
|
-
|
|
230
|
-
|
|
230
|
+
margin-right: 0;
|
|
231
|
+
margin-left: 0;
|
|
231
232
|
}
|
|
232
233
|
|
|
233
234
|
a {
|
|
@@ -243,27 +244,36 @@
|
|
|
243
244
|
align-items: center;
|
|
244
245
|
padding: 12px 18px;
|
|
245
246
|
font-size: 14px;
|
|
246
|
-
border-left:
|
|
247
|
+
border-left: 3px solid transparent;
|
|
247
248
|
border-radius: 8px;
|
|
248
|
-
margin:
|
|
249
|
+
margin: 4px 8px;
|
|
249
250
|
transition: all 0.18s ease;
|
|
250
251
|
|
|
251
252
|
&.active {
|
|
252
|
-
color: #
|
|
253
|
-
background:
|
|
254
|
-
border-left-color: #
|
|
253
|
+
color: #003C71 !important;
|
|
254
|
+
background: #EEF4FF;
|
|
255
|
+
border-left-color: #003C71;
|
|
255
256
|
svg {
|
|
256
|
-
fill: #
|
|
257
|
+
fill: #003C71 !important;
|
|
258
|
+
}
|
|
259
|
+
.nav-icon-box {
|
|
260
|
+
background-color: #003C71;
|
|
261
|
+
svg {
|
|
262
|
+
fill: #ffffff !important;
|
|
263
|
+
}
|
|
257
264
|
}
|
|
258
265
|
}
|
|
259
266
|
|
|
260
267
|
&:hover {
|
|
261
|
-
color: #
|
|
262
|
-
background-color: rgba(
|
|
263
|
-
border-left-color: rgba(
|
|
268
|
+
color: #003C71 !important;
|
|
269
|
+
background-color: rgba(0, 60, 113, 0.06);
|
|
270
|
+
border-left-color: rgba(0, 60, 113, 0.18);
|
|
264
271
|
cursor: pointer;
|
|
265
272
|
svg {
|
|
266
|
-
fill: #
|
|
273
|
+
fill: #003C71 !important;
|
|
274
|
+
}
|
|
275
|
+
.nav-icon-box {
|
|
276
|
+
background-color: rgba(0, 60, 113, 0.12);
|
|
267
277
|
}
|
|
268
278
|
}
|
|
269
279
|
|
|
@@ -296,11 +306,13 @@
|
|
|
296
306
|
}
|
|
297
307
|
|
|
298
308
|
span {
|
|
299
|
-
margin-left:
|
|
309
|
+
margin-left: 0;
|
|
300
310
|
text-overflow: ellipsis;
|
|
301
311
|
overflow: hidden;
|
|
302
312
|
white-space: nowrap;
|
|
303
313
|
max-width: calc(100% - 56px);
|
|
314
|
+
font-size: 13px;
|
|
315
|
+
font-weight: 500;
|
|
304
316
|
}
|
|
305
317
|
}
|
|
306
318
|
|
|
@@ -311,7 +323,9 @@
|
|
|
311
323
|
align-items: center;
|
|
312
324
|
text-decoration: none;
|
|
313
325
|
color: #374151;
|
|
314
|
-
font-size:
|
|
326
|
+
font-size: 13px;
|
|
327
|
+
border-left: 2px solid transparent;
|
|
328
|
+
transition: all 0.18s ease;
|
|
315
329
|
.actions {
|
|
316
330
|
.tooltiptext {
|
|
317
331
|
left: unset;
|
|
@@ -319,12 +333,38 @@
|
|
|
319
333
|
}
|
|
320
334
|
}
|
|
321
335
|
svg {
|
|
322
|
-
width:
|
|
323
|
-
height:
|
|
324
|
-
fill: #
|
|
336
|
+
width: 16px;
|
|
337
|
+
height: 16px;
|
|
338
|
+
fill: #626A6E;
|
|
325
339
|
}
|
|
326
340
|
&:hover {
|
|
327
|
-
background: rgba(
|
|
341
|
+
background: rgba(0, 60, 113, 0.05);
|
|
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;
|
|
328
368
|
}
|
|
329
369
|
}
|
|
330
370
|
}
|