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

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
@@ -3892,7 +3892,7 @@ body {
3892
3892
  text-align: left;
3893
3893
  margin-bottom: 4px;
3894
3894
  z-index: 30;
3895
- width: 240px;
3895
+ width: 257px;
3896
3896
  right: 24px; }
3897
3897
  .action-bar-wrap .menu-wrap div {
3898
3898
  height: 3rem;
@@ -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; }
@@ -19658,6 +19655,10 @@ body {
19658
19655
  line-height: 24px;
19659
19656
  margin-left: 8px; }
19660
19657
 
19658
+ .inbox-name {
19659
+ display: inline;
19660
+ padding-left: 30px; }
19661
+
19661
19662
  @media (max-width: 768px) {
19662
19663
  .upload-tag-container {
19663
19664
  width: 80%; } }
@@ -20401,6 +20402,22 @@ body {
20401
20402
  cursor: pointer !important;
20402
20403
  margin: 0 !important; }
20403
20404
 
20405
+ .TL-Tradetype-disabled {
20406
+ height: 50px !important;
20407
+ border: 1px solid #d1d5db !important;
20408
+ border-radius: 8px !important;
20409
+ background-color: #fafafa !important;
20410
+ display: -webkit-box !important;
20411
+ display: -ms-flexbox !important;
20412
+ display: flex !important;
20413
+ -webkit-box-align: center !important;
20414
+ -ms-flex-align: center !important;
20415
+ align-items: center !important;
20416
+ padding-left: 10px !important;
20417
+ font-size: 16px !important;
20418
+ color: #333 !important;
20419
+ margin-bottom: 8px !important; }
20420
+
20404
20421
  .display-none {
20405
20422
  display: none; }
20406
20423
 
@@ -22610,3 +22627,9 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
22610
22627
  min-width: 360px;
22611
22628
  max-width: 600px;
22612
22629
  padding: 20px; }
22630
+
22631
+ .engagementForm {
22632
+ width: 70%; }
22633
+ @media (max-width: 768px) {
22634
+ .engagementForm {
22635
+ width: 100%; } }