@pmidc/upyog-css 1.2.46 → 1.2.48

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.
@@ -278,4 +278,117 @@
278
278
  .view-button {
279
279
  width: 80%;
280
280
  }
281
-
281
+
282
+ .disabled-CustomUpload {
283
+ padding-top: 12px;
284
+ padding-bottom: 12px;
285
+ padding-left: 5px;
286
+ }
287
+
288
+ .rich-textbox-wrapper {
289
+ width: 100%;
290
+ }
291
+
292
+ .rich-textbox-toolbar {
293
+ background: #f7f9fb;
294
+ border: 1px solid #e6edf3;
295
+ padding: 6px;
296
+ border-radius: 6px;
297
+ display: flex;
298
+ align-items: center;
299
+ }
300
+
301
+ .rich-textbox-toolbar button {
302
+ background: transparent;
303
+ border: none;
304
+ padding: 6px 8px;
305
+ margin: 0 2px;
306
+ cursor: pointer;
307
+ border-radius: 4px;
308
+ color: #2f3b45;
309
+ font-weight: 600;
310
+ }
311
+
312
+ .rich-textbox-toolbar button:hover {
313
+ background: rgba(47,59,69,0.06);
314
+ }
315
+
316
+ .rich-textbox-toolbar button:active {
317
+ background: rgba(47,59,69,0.12);
318
+ }
319
+
320
+ .rich-textbox-toolbar button[title="Bold"] {
321
+ width: 32px;
322
+ height: 32px;
323
+ }
324
+
325
+ .rich-textbox-toolbar button[title="Italic"] {
326
+ width: 32px;
327
+ height: 32px;
328
+ }
329
+
330
+ .rich-textbox-toolbar button[title="Underline"] {
331
+ width: 32px;
332
+ height: 32px;
333
+ }
334
+
335
+ .rich-textbox-textarea {
336
+ width: 100%;
337
+ border: 1px solid #e6edf3;
338
+ border-radius: 6px;
339
+ padding: 10px;
340
+ font-size: 14px;
341
+ line-height: 1.4;
342
+ color: #222;
343
+ }
344
+
345
+ .rich-textbox-wrapper .rich-textbox-toolbar div {
346
+ color: #8592a0;
347
+ }
348
+
349
+ .investor-notice-container {
350
+ color: #d32f2f;
351
+ font-family: Roboto, "Helvetica Neue", sans-serif;
352
+ font-size: 15px;
353
+ line-height: 1.6;
354
+ padding: 10px 20px;
355
+ }
356
+
357
+ .investor-notice-container p {
358
+ margin-bottom: 16px;
359
+ }
360
+
361
+ .investor-notice-container .notice-salutation {
362
+ margin-bottom: 20px;
363
+ }
364
+
365
+ .investor-notice-container .notice-list {
366
+ list-style: disc !important;
367
+ padding-left: 20px !important;
368
+ margin: 16px 0 !important;
369
+ }
370
+
371
+ .investor-notice-container .notice-list li {
372
+ display: list-item !important;
373
+ margin-bottom: 8px;
374
+ }
375
+
376
+ .investor-notice-container .notice-link {
377
+ color: #0066cc;
378
+ text-decoration: underline;
379
+ cursor: pointer;
380
+ }
381
+
382
+ .investor-notice-container .notice-link:hover {
383
+ color: #004499;
384
+ }
385
+
386
+ .investor-notice-container .notice-body-link {
387
+ margin-top: -8px;
388
+ margin-bottom: 20px;
389
+ }
390
+
391
+ .investor-notice-container .notice-footer {
392
+ margin-top: 24px;
393
+ line-height: 1.4;
394
+ }
@@ -778,3 +778,20 @@
778
778
  color: #333333 !important;
779
779
  margin-bottom: 8px !important;
780
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;
797
+ }
@@ -450,4 +450,22 @@
450
450
  max-width: none;
451
451
  min-width: 0;
452
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;
453
471
  }
@@ -299,7 +299,6 @@
299
299
  text-overflow: ellipsis;
300
300
  overflow: hidden;
301
301
  white-space: nowrap;
302
- max-width: calc(100% - 56px);
303
302
  }
304
303
  }
305
304