@pmidc/upyog-css 1.2.36-dev.1.17 → 1.2.36-dev.1.18
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 +10 -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 +5 -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;
|
|
@@ -28362,4 +28367,9 @@ input[type=date], .checkbox-wrap [type=date].input-emp {
|
|
|
28362
28367
|
.engagementForm {
|
|
28363
28368
|
width: 100%;
|
|
28364
28369
|
}
|
|
28370
|
+
}
|
|
28371
|
+
|
|
28372
|
+
.kibana-link {
|
|
28373
|
+
padding: 0 !important;
|
|
28374
|
+
margin: 0 !important;
|
|
28365
28375
|
}
|