@pmidc/upyog-css 1.2.36-dev.1.4 → 1.2.36-dev.1.5

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
@@ -7990,7 +7990,7 @@ video::-webkit-media-controls-panel {
7990
7990
  .employee .ground-container {
7991
7991
  margin-bottom: 56px;
7992
7992
  margin-left: 0;
7993
- margin-top: 3rem !important;
7993
+ margin-top: 5rem !important;
7994
7994
  display: -webkit-box;
7995
7995
  display: -ms-flexbox;
7996
7996
  display: flex;
@@ -19588,11 +19588,8 @@ body {
19588
19588
  min-height: 50px; }
19589
19589
 
19590
19590
  .upload-file-button {
19591
- position: absolute;
19592
19591
  height: 40px;
19593
- width: 175px;
19594
- top: 10px;
19595
- left: 15px; }
19592
+ width: 175px; }
19596
19593
 
19597
19594
  .upload-hidden {
19598
19595
  display: none; }
@@ -22610,3 +22607,9 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
22610
22607
  min-width: 360px;
22611
22608
  max-width: 600px;
22612
22609
  padding: 20px; }
22610
+
22611
+ .engagementForm {
22612
+ width: 70%; }
22613
+ @media (max-width: 768px) {
22614
+ .engagementForm {
22615
+ width: 100%; } }