@sc-360-v2/storefront-cms-library 0.3.27 → 0.3.28

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.
@@ -74,6 +74,7 @@
74
74
  flex-wrap: wrap;
75
75
  gap: 16px;
76
76
  .attribute {
77
+ width: 240px;
77
78
  .label {
78
79
  display: block;
79
80
  font-size: var(--_ctm-dn-ct-as-is-ll-ft-se);
@@ -146,6 +147,7 @@
146
147
  border: 1px solid #eaecf0;
147
148
  border-radius: 6px;
148
149
  padding: 16px;
150
+ height: 140px;
149
151
  .uploadicon {
150
152
  padding: 10px;
151
153
  background: #f2f4f7;
@@ -167,4 +169,11 @@
167
169
  color: #475467;
168
170
  font-size: 12px;
169
171
  }
172
+
173
+ .preview_image {
174
+ height: 100%;
175
+ img {
176
+ height: 100%;
177
+ }
178
+ }
170
179
  }
@@ -53,9 +53,6 @@
53
53
 
54
54
  .fb_field {
55
55
  width: 100%;
56
- .react-datepicker-popper {
57
- width: 330px !important;
58
- }
59
56
 
60
57
  .toggle_input {
61
58
  display: flex;