@pmidc/upyog-css 1.2.36-UAT.18 → 1.2.36-UAT.19
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 +48 -12
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/table.scss +0 -15
- package/src/modules/BPA/index.scss +47 -0
package/package.json
CHANGED
|
@@ -639,21 +639,6 @@ table tbody tr:nth-child(even) {
|
|
|
639
639
|
background-color: unset;
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
.obps-documents-table th:nth-child(1),
|
|
643
|
-
.obps-documents-table td:nth-child(1) {
|
|
644
|
-
width: 15% !important;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.obps-documents-table th:nth-child(2),
|
|
648
|
-
.obps-documents-table td:nth-child(2) {
|
|
649
|
-
width: 65% !important;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.obps-documents-table th:nth-child(3),
|
|
653
|
-
.obps-documents-table td:nth-child(3) {
|
|
654
|
-
width: 20% !important;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
642
|
/* ============================================
|
|
658
643
|
RESPONSIVE TABLE STYLES
|
|
659
644
|
============================================ */
|
|
@@ -350,3 +350,50 @@
|
|
|
350
350
|
.rich-textbox-wrapper .rich-textbox-toolbar div {
|
|
351
351
|
color: #8592a0;
|
|
352
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;
|
|
399
|
+
}
|