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

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
@@ -1644,6 +1644,9 @@ body {
1644
1644
  font-weight: 700;
1645
1645
  letter-spacing: .5px;
1646
1646
  width: 100%; }
1647
+ .card .card-label span {
1648
+ color: #dc2626;
1649
+ font-weight: "bold"; }
1647
1650
  .card .card-label-error {
1648
1651
  display: block;
1649
1652
  font-size: 12px;
@@ -4474,8 +4477,7 @@ body {
4474
4477
  .upload-file input, .upload-file .checkbox-wrap .input-emp, .checkbox-wrap .upload-file .input-emp {
4475
4478
  position: absolute;
4476
4479
  opacity: 0;
4477
- height: 40px;
4478
- width: 175px;
4480
+ height: 100%;
4479
4481
  top: 20%;
4480
4482
  left: 3%; }
4481
4483
 
@@ -19656,7 +19658,6 @@ body {
19656
19658
  margin-left: 8px; }
19657
19659
 
19658
19660
  .inbox-name {
19659
- display: inline;
19660
19661
  padding-left: 30px; }
19661
19662
 
19662
19663
  .back-button-container {
@@ -19744,6 +19745,13 @@ body {
19744
19745
  .upload-tag-container {
19745
19746
  width: 80%; } }
19746
19747
 
19748
+ .inbox-name {
19749
+ font-size: 32px;
19750
+ font-family: Noto Sans,sans-serif;
19751
+ color: #000;
19752
+ display: inline;
19753
+ padding-left: 180px; }
19754
+
19747
19755
  .bpa-site-photograph-container {
19748
19756
  padding: 50px 0;
19749
19757
  display: -webkit-box;