@pmidc/upyog-css 1.2.36-dev.1.17 → 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 +57 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +5 -0
- package/src/modules/BPA/index.scss +52 -0
package/dist/index.css
CHANGED
|
@@ -24106,6 +24106,11 @@ body {
|
|
|
24106
24106
|
box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
|
|
24107
24107
|
}
|
|
24108
24108
|
|
|
24109
|
+
.upload-file-message {
|
|
24110
|
+
padding: 15px 0;
|
|
24111
|
+
font-size: 14px;
|
|
24112
|
+
}
|
|
24113
|
+
|
|
24109
24114
|
.advisory-text {
|
|
24110
24115
|
font-size: 13px;
|
|
24111
24116
|
color: red;
|
|
@@ -24393,6 +24398,53 @@ body {
|
|
|
24393
24398
|
color: #8592a0;
|
|
24394
24399
|
}
|
|
24395
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
|
+
|
|
24396
24448
|
.bpa-site-photograph-container {
|
|
24397
24449
|
padding: 50px 0;
|
|
24398
24450
|
display: -webkit-box;
|
|
@@ -28362,4 +28414,9 @@ input[type=date], .checkbox-wrap [type=date].input-emp {
|
|
|
28362
28414
|
.engagementForm {
|
|
28363
28415
|
width: 100%;
|
|
28364
28416
|
}
|
|
28417
|
+
}
|
|
28418
|
+
|
|
28419
|
+
.kibana-link {
|
|
28420
|
+
padding: 0 !important;
|
|
28421
|
+
margin: 0 !important;
|
|
28365
28422
|
}
|