@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/dist/index.css
CHANGED
|
@@ -36,6 +36,7 @@ a {
|
|
|
36
36
|
abbr[title] {
|
|
37
37
|
border-bottom: none;
|
|
38
38
|
text-decoration: underline;
|
|
39
|
+
-webkit-text-decoration: underline dotted;
|
|
39
40
|
text-decoration: underline dotted;
|
|
40
41
|
}
|
|
41
42
|
|
|
@@ -5403,18 +5404,6 @@ body {
|
|
|
5403
5404
|
background-color: unset;
|
|
5404
5405
|
}
|
|
5405
5406
|
|
|
5406
|
-
.obps-documents-table td:first-child, .obps-documents-table th:first-child {
|
|
5407
|
-
width: 15% !important;
|
|
5408
|
-
}
|
|
5409
|
-
|
|
5410
|
-
.obps-documents-table td:nth-child(2), .obps-documents-table th:nth-child(2) {
|
|
5411
|
-
width: 65% !important;
|
|
5412
|
-
}
|
|
5413
|
-
|
|
5414
|
-
.obps-documents-table td:nth-child(3), .obps-documents-table th:nth-child(3) {
|
|
5415
|
-
width: 20% !important;
|
|
5416
|
-
}
|
|
5417
|
-
|
|
5418
5407
|
@media (max-width: 1024px) {
|
|
5419
5408
|
.customTable thead th, .dss-table-wrapper table thead th, .table thead th {
|
|
5420
5409
|
padding: 14px 16px;
|
|
@@ -24351,6 +24340,53 @@ body {
|
|
|
24351
24340
|
color: #8592a0;
|
|
24352
24341
|
}
|
|
24353
24342
|
|
|
24343
|
+
.investor-notice-container {
|
|
24344
|
+
color: #d32f2f;
|
|
24345
|
+
font-family: Roboto, Helvetica Neue, sans-serif;
|
|
24346
|
+
font-size: 15px;
|
|
24347
|
+
line-height: 1.6;
|
|
24348
|
+
padding: 10px 20px;
|
|
24349
|
+
}
|
|
24350
|
+
|
|
24351
|
+
.investor-notice-container p {
|
|
24352
|
+
margin-bottom: 16px;
|
|
24353
|
+
}
|
|
24354
|
+
|
|
24355
|
+
.investor-notice-container .notice-salutation {
|
|
24356
|
+
margin-bottom: 20px;
|
|
24357
|
+
}
|
|
24358
|
+
|
|
24359
|
+
.investor-notice-container .notice-list {
|
|
24360
|
+
list-style: disc !important;
|
|
24361
|
+
padding-left: 20px !important;
|
|
24362
|
+
margin: 16px 0 !important;
|
|
24363
|
+
}
|
|
24364
|
+
|
|
24365
|
+
.investor-notice-container .notice-list li {
|
|
24366
|
+
display: list-item !important;
|
|
24367
|
+
margin-bottom: 8px;
|
|
24368
|
+
}
|
|
24369
|
+
|
|
24370
|
+
.investor-notice-container .notice-link {
|
|
24371
|
+
color: #06c;
|
|
24372
|
+
text-decoration: underline;
|
|
24373
|
+
cursor: pointer;
|
|
24374
|
+
}
|
|
24375
|
+
|
|
24376
|
+
.investor-notice-container .notice-link:hover {
|
|
24377
|
+
color: #049;
|
|
24378
|
+
}
|
|
24379
|
+
|
|
24380
|
+
.investor-notice-container .notice-body-link {
|
|
24381
|
+
margin-top: -8px;
|
|
24382
|
+
margin-bottom: 20px;
|
|
24383
|
+
}
|
|
24384
|
+
|
|
24385
|
+
.investor-notice-container .notice-footer {
|
|
24386
|
+
margin-top: 24px;
|
|
24387
|
+
line-height: 1.4;
|
|
24388
|
+
}
|
|
24389
|
+
|
|
24354
24390
|
.bpa-site-photograph-container {
|
|
24355
24391
|
padding: 50px 0;
|
|
24356
24392
|
display: -webkit-box;
|