@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/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -101,6 +101,11 @@
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
+
.upload-file-message {
|
|
105
|
+
padding: 15px 0px;
|
|
106
|
+
font-size: 14px;
|
|
107
|
+
}
|
|
108
|
+
|
|
104
109
|
.advisory-text {
|
|
105
110
|
font-size: 13px;
|
|
106
111
|
color: red;
|
|
@@ -345,3 +350,50 @@
|
|
|
345
350
|
.rich-textbox-wrapper .rich-textbox-toolbar div {
|
|
346
351
|
color: #8592a0;
|
|
347
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
|
+
}
|