@pmidc/upyog-css 1.2.36-dev.1.5 → 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 +21 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/actionbar.scss +1 -1
- package/src/modules/BPA/index.scss +5 -0
- package/src/modules/TL/index.scss +13 -1
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:
|
|
3895
|
+
width: 257px;
|
|
3896
3896
|
right: 24px; }
|
|
3897
3897
|
.action-bar-wrap .menu-wrap div {
|
|
3898
3898
|
height: 3rem;
|
|
@@ -19655,6 +19655,10 @@ body {
|
|
|
19655
19655
|
line-height: 24px;
|
|
19656
19656
|
margin-left: 8px; }
|
|
19657
19657
|
|
|
19658
|
+
.inbox-name {
|
|
19659
|
+
display: inline;
|
|
19660
|
+
padding-left: 30px; }
|
|
19661
|
+
|
|
19658
19662
|
@media (max-width: 768px) {
|
|
19659
19663
|
.upload-tag-container {
|
|
19660
19664
|
width: 80%; } }
|
|
@@ -20398,6 +20402,22 @@ body {
|
|
|
20398
20402
|
cursor: pointer !important;
|
|
20399
20403
|
margin: 0 !important; }
|
|
20400
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
|
+
|
|
20401
20421
|
.display-none {
|
|
20402
20422
|
display: none; }
|
|
20403
20423
|
|