@pmidc/upyog-css 1.2.36-UAT.13 → 1.2.36-UAT.14
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 +5 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/modules/BPA/index.scss +6 -0
package/dist/index.css
CHANGED
|
@@ -19843,6 +19843,11 @@ body {
|
|
|
19843
19843
|
.view-button {
|
|
19844
19844
|
width: 80%; }
|
|
19845
19845
|
|
|
19846
|
+
.disabled-CustomUpload {
|
|
19847
|
+
padding-top: 12px;
|
|
19848
|
+
padding-bottom: 12px;
|
|
19849
|
+
padding-left: 5px; }
|
|
19850
|
+
|
|
19846
19851
|
.bpa-site-photograph-container {
|
|
19847
19852
|
padding: 50px 0;
|
|
19848
19853
|
display: -webkit-box;
|