@sc-360-v2/storefront-cms-library 0.2.82 → 0.2.85

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.
@@ -226,6 +226,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
226
226
  &:hover {
227
227
  background-color: var(--_primary-500);
228
228
  }
229
+ &.disable__btn {
230
+ cursor: not-allowed;
231
+ opacity: 0.5;
232
+ }
229
233
  }
230
234
 
231
235
  // product list styles
@@ -133,6 +133,15 @@ $resizeActive: '[data-cms-element-resizer="true"]';
133
133
  }
134
134
  }
135
135
  }
136
+ .no__data__found {
137
+ color: var(--_gray-600);
138
+ font-size: 14px;
139
+ font-weight: 600;
140
+ line-height: 20px;
141
+ padding: 16px 24px;
142
+ text-align: center;
143
+ background: var(--_gray-25);
144
+ }
136
145
 
137
146
  .note_wrapper {
138
147
  display: flex;