@kigi/components 1.45.0-beta.4 → 1.45.0-beta.5

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": "@kigi/components",
3
- "version": "1.45.0-beta.4",
3
+ "version": "1.45.0-beta.5",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
@@ -269,4 +269,49 @@
269
269
 
270
270
  .state-goal {
271
271
  cursor: pointer;
272
+ }
273
+
274
+
275
+ @media screen and (max-width: 1536px) {
276
+ .loading-indicator {
277
+ display: none;
278
+ }
279
+
280
+ .store-goal-wrapper .dashboard-wrapper .dashboard-estimated {
281
+ left: 30px
282
+ }
283
+ }
284
+
285
+ @media screen and (max-width: 1440px) {
286
+ .loading-indicator {
287
+ display: none;
288
+ }
289
+
290
+ .store-goal-wrapper .dashboard-wrapper .dashboard-estimated {
291
+ left: 30px
292
+ }
293
+ }
294
+
295
+ @media screen and (max-width: 1368px) {
296
+ .loading-indicator {
297
+ display: flex;
298
+ }
299
+
300
+ .store-goal-wrapper .dashboard-wrapper .dashboard-estimated {
301
+ left: 30px
302
+ }
303
+ }
304
+
305
+ @media screen and (max-width: 1024px) {
306
+ .loading-indicator {
307
+ display: none;
308
+ }
309
+
310
+ .store-goal-wrapper .dashboard-wrapper .dashboard-estimated {
311
+ left: 30px
312
+ }
313
+
314
+ .swiper-pagination {
315
+ gap: 0px;
316
+ }
272
317
  }