@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.2.36-dev.1.17",
3
+ "version": "1.2.36-dev.1.19",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
package/src/index.scss CHANGED
@@ -2416,3 +2416,8 @@ input[type="date"] {
2416
2416
  width: 100%;
2417
2417
  }
2418
2418
  }
2419
+
2420
+ .kibana-link {
2421
+ padding: 0 !important;
2422
+ margin: 0 !important;
2423
+ }
@@ -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
+ }