@omniumretail/component-library 1.0.67 → 1.0.69

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/main.css CHANGED
@@ -884,23 +884,19 @@ Label {
884
884
  .Q4flbvKEPN6Jx9Cob22I {
885
885
  background: #EBECED;
886
886
  overflow: auto;
887
- padding: 20px 20px 0 20px;
887
+ padding: 20px;
888
888
  }
889
- @media (min-width: 768px) {
889
+ @media (max-width: 600px) {
890
890
  .Q4flbvKEPN6Jx9Cob22I {
891
- padding: 20px;
891
+ padding: 20px 20px 0 20px;
892
+ max-height: 80px;
892
893
  }
893
894
  }
894
895
 
895
896
  .hK3soC6m563VuiLnNutq {
896
897
  background: var(--color-white);
897
898
  overflow: auto;
898
- padding: 0 20px 20px 20px;
899
- }
900
- @media (min-width: 768px) {
901
- .hK3soC6m563VuiLnNutq {
902
- padding: 20px;
903
- }
899
+ padding: 20px;
904
900
  }
905
901
 
906
902
  .guqqOMHeZE56Bg2p5Ad8 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -16,21 +16,18 @@
16
16
  .sidebarWrapper {
17
17
  background: #EBECED;
18
18
  overflow: auto;
19
- padding: 20px 20px 0 20px;
19
+ padding: 20px;
20
20
 
21
- @media(min-width: 768px) {
22
- padding: 20px;
21
+ @media(max-width: 600px) {
22
+ padding: 20px 20px 0 20px;
23
+ max-height: 80px;
23
24
  }
24
25
  }
25
26
 
26
27
  .contentWrapper {
27
28
  background: var(--color-white);
28
29
  overflow: auto;
29
- padding: 0 20px 20px 20px;
30
-
31
- @media(min-width: 768px) {
32
- padding: 20px;
33
- }
30
+ padding: 20px;
34
31
  }
35
32
 
36
33
  .title {