@pmidc/upyog-css 1.2.36-dev.1.18 → 1.2.36-dev.1.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 CHANGED
@@ -24398,6 +24398,53 @@ body {
24398
24398
  color: #8592a0;
24399
24399
  }
24400
24400
 
24401
+ .investor-notice-container {
24402
+ color: #d32f2f;
24403
+ font-family: Roboto, Helvetica Neue, sans-serif;
24404
+ font-size: 15px;
24405
+ line-height: 1.6;
24406
+ padding: 10px 20px;
24407
+ }
24408
+
24409
+ .investor-notice-container p {
24410
+ margin-bottom: 16px;
24411
+ }
24412
+
24413
+ .investor-notice-container .notice-salutation {
24414
+ margin-bottom: 20px;
24415
+ }
24416
+
24417
+ .investor-notice-container .notice-list {
24418
+ list-style: disc !important;
24419
+ padding-left: 20px !important;
24420
+ margin: 16px 0 !important;
24421
+ }
24422
+
24423
+ .investor-notice-container .notice-list li {
24424
+ display: list-item !important;
24425
+ margin-bottom: 8px;
24426
+ }
24427
+
24428
+ .investor-notice-container .notice-link {
24429
+ color: #06c;
24430
+ text-decoration: underline;
24431
+ cursor: pointer;
24432
+ }
24433
+
24434
+ .investor-notice-container .notice-link:hover {
24435
+ color: #049;
24436
+ }
24437
+
24438
+ .investor-notice-container .notice-body-link {
24439
+ margin-top: -8px;
24440
+ margin-bottom: 20px;
24441
+ }
24442
+
24443
+ .investor-notice-container .notice-footer {
24444
+ margin-top: 24px;
24445
+ line-height: 1.4;
24446
+ }
24447
+
24401
24448
  .bpa-site-photograph-container {
24402
24449
  padding: 50px 0;
24403
24450
  display: -webkit-box;