@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.2.36-dev.1.5",
3
+ "version": "1.2.36-dev.1.6",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -46,7 +46,7 @@
46
46
  top: unset;
47
47
  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;
48
48
  @apply absolute h-auto bg-white text-left mb-xs z-30;
49
- width: 240px;
49
+ width: 257px;
50
50
  right: 24px;
51
51
 
52
52
  div {
@@ -109,6 +109,11 @@
109
109
 
110
110
  }
111
111
 
112
+ .inbox-name {
113
+ display: inline;
114
+ padding-left: 30px;
115
+ }
116
+
112
117
  /* Mobile */
113
118
  @media (max-width: 768px) {
114
119
  .upload-tag-container {
@@ -765,4 +765,16 @@
765
765
  .TL-declaration-label {
766
766
  cursor: pointer !important;
767
767
  margin: 0 !important;
768
- }
768
+ }
769
+ .TL-Tradetype-disabled {
770
+ height: 50px !important;
771
+ border: 1px solid #d1d5db !important;
772
+ border-radius: 8px !important;
773
+ background-color: #fafafa !important;
774
+ display: flex !important;
775
+ align-items: center !important;
776
+ padding-left: 10px !important;
777
+ font-size: 16px !important;
778
+ color: #333333 !important;
779
+ margin-bottom: 8px !important;
780
+ }