@pmidc/upyog-css 1.2.36-dev.1.6 → 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,13 +19655,100 @@ body {
19656
19655
  margin-left: 8px; }
19657
19656
 
19658
19657
  .inbox-name {
19659
- display: inline;
19660
19658
  padding-left: 30px; }
19661
19659
 
19660
+ .back-button-container {
19661
+ cursor: pointer;
19662
+ width: -webkit-fit-content;
19663
+ width: -moz-fit-content;
19664
+ width: fit-content;
19665
+ display: -webkit-box;
19666
+ display: -ms-flexbox;
19667
+ display: flex;
19668
+ font-family: Roboto Condensed,sans-serif;
19669
+ color: rgba(13, 67, 167, var(--text-opacity));
19670
+ font-size: 16px;
19671
+ line-height: 24px; }
19672
+
19673
+ .stepper-margin {
19674
+ margin-left: 30px; }
19675
+
19676
+ .document-link-bpa {
19677
+ text-decoration: none;
19678
+ cursor: pointer;
19679
+ -webkit-transition: -webkit-transform .2s,-webkit-box-shadow .2s;
19680
+ transition: -webkit-transform .2s,-webkit-box-shadow .2s;
19681
+ transition: transform .2s,box-shadow .2s;
19682
+ transition: transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s;
19683
+ width: 250px; }
19684
+ .document-link-bpa:hover .document-card {
19685
+ -webkit-transform: translateY(-4px);
19686
+ transform: translateY(-4px);
19687
+ -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
19688
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
19689
+
19690
+ .action-bar-wrap-menu {
19691
+ -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 -2px 8px;
19692
+ box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
19693
+ z-index: 100;
19694
+ height: auto;
19695
+ position: absolute;
19696
+ --bg-opacity:1;
19697
+ background-color: #fff;
19698
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
19699
+ text-align: right;
19700
+ top: 100%;
19701
+ left: 0;
19702
+ width: 100%; }
19703
+ .action-bar-wrap-menu div {
19704
+ width: 100%; }
19705
+ .action-bar-wrap-menu .menu-wrap-position {
19706
+ position: absolute;
19707
+ --bg-opacity:1;
19708
+ background-color: #fff;
19709
+ background-color: rgba(255, 255, 255, var(--bg-opacity));
19710
+ text-align: left;
19711
+ margin-bottom: 4px;
19712
+ z-index: 30;
19713
+ cursor: pointer;
19714
+ top: 100%;
19715
+ left: 0;
19716
+ -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 8px 10px 1px, rgba(0, 0, 0, 0.12) 0 3px 14px 2px, rgba(0, 0, 0, 0.2) 0 5px 5px -3px;
19717
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
19718
+ width: auto;
19719
+ min-width: 200px;
19720
+ max-width: calc(100% - 16px);
19721
+ padding: 2px; }
19722
+ .action-bar-wrap-menu .menu-wrap-position div {
19723
+ height: 3rem;
19724
+ padding-left: 8px;
19725
+ padding-top: 16px;
19726
+ padding-bottom: 16px;
19727
+ font-size: 16px;
19728
+ line-height: 24px;
19729
+ --text-opacity:1;
19730
+ color: #0d43a7;
19731
+ color: rgba(13, 67, 167, var(--text-opacity)); }
19732
+ .action-bar-wrap-menu .menu-wrap-position div:hover {
19733
+ --bg-opacity:1;
19734
+ background-color: #eee;
19735
+ background-color: rgba(238, 238, 238, var(--bg-opacity));
19736
+ width: 100%; }
19737
+
19738
+ .card-dropdown-wrapper {
19739
+ position: relative; }
19740
+
19662
19741
  @media (max-width: 768px) {
19663
19742
  .upload-tag-container {
19664
19743
  width: 80%; } }
19665
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
+
19666
19752
  .bpa-site-photograph-container {
19667
19753
  padding: 50px 0;
19668
19754
  display: -webkit-box;