@omniumretail/component-library 1.0.88 → 1.0.90

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
@@ -61,13 +61,14 @@
61
61
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Navigation/styles.module.scss ***!
62
62
  \*******************************************************************************************************************************************************************/
63
63
  .UxfXOleP69PjM5rFOMTD {
64
- display: grid;
65
- grid-template-columns: repeat(3, 1fr);
66
- justify-items: center;
67
- align-items: center;
68
- height: 75px;
69
- gap: 0 24px;
70
- position: relative;
64
+ display: grid !important;
65
+ grid-template-columns: repeat(3, 1fr) !important;
66
+ justify-items: center !important;
67
+ align-items: center !important;
68
+ height: 75px !important;
69
+ gap: 0 24px !important;
70
+ position: relative !important;
71
+ padding: 0px !important;
71
72
  }
72
73
  @media (max-width: 767px) {
73
74
  .UxfXOleP69PjM5rFOMTD .UxfXOleP69PjM5rFOMTD {
@@ -108,7 +109,6 @@
108
109
  left: unset !important;
109
110
  right: unset !important;
110
111
  text-align: unset !important;
111
- padding-top: 0px !important;
112
112
  }
113
113
  }
114
114
  .UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.88",
3
+ "version": "1.0.90",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -1,11 +1,12 @@
1
1
  .navigation {
2
- display: grid;
3
- grid-template-columns: repeat(3, 1fr);
4
- justify-items: center;
5
- align-items: center;
6
- height: 75px;
7
- gap: 0 24px;
8
- position: relative;
2
+ display: grid !important;
3
+ grid-template-columns: repeat(3, 1fr) !important;
4
+ justify-items: center !important;
5
+ align-items: center !important;
6
+ height: 75px !important;
7
+ gap: 0 24px !important;
8
+ position: relative !important;
9
+ padding: 0px !important;
9
10
 
10
11
  @media (max-width: 767px) {
11
12
  .navigation {
@@ -49,7 +50,6 @@
49
50
  left: unset !important;
50
51
  right: unset !important;
51
52
  text-align: unset !important;
52
- padding-top: 0px !important;
53
53
  }
54
54
  }
55
55