@pmidc/upyog-css 1.2.36-dev.1.7 → 1.2.36-dev.1.8

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 CHANGED
@@ -4474,8 +4474,7 @@ body {
4474
4474
  .upload-file input, .upload-file .checkbox-wrap .input-emp, .checkbox-wrap .upload-file .input-emp {
4475
4475
  position: absolute;
4476
4476
  opacity: 0;
4477
- height: 40px;
4478
- width: 175px;
4477
+ height: 100%;
4479
4478
  top: 20%;
4480
4479
  left: 3%; }
4481
4480
 
@@ -19656,7 +19655,6 @@ body {
19656
19655
  margin-left: 8px; }
19657
19656
 
19658
19657
  .inbox-name {
19659
- display: inline;
19660
19658
  padding-left: 30px; }
19661
19659
 
19662
19660
  .back-button-container {
@@ -19744,6 +19742,13 @@ body {
19744
19742
  .upload-tag-container {
19745
19743
  width: 80%; } }
19746
19744
 
19745
+ .inbox-name {
19746
+ font-size: 32px;
19747
+ font-family: Noto Sans,sans-serif;
19748
+ color: #000;
19749
+ display: inline;
19750
+ padding-left: 180px; }
19751
+
19747
19752
  .bpa-site-photograph-container {
19748
19753
  padding: 50px 0;
19749
19754
  display: -webkit-box;