@griddo/cx 1.55.13 → 1.55.14
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 +3 -3
- package/src/components/seo.js +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@griddo/cx",
|
|
3
3
|
"description": "Griddo SSG based on Gatsby",
|
|
4
|
-
"version": "1.55.
|
|
4
|
+
"version": "1.55.14",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Carlos Torres <carlos.torres@secuoyas.com>",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"react-helmet": "^6.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@griddo/eslint-config-back": "^1.55.
|
|
64
|
+
"@griddo/eslint-config-back": "^1.55.14",
|
|
65
65
|
"eslint": "^7.5.0",
|
|
66
66
|
"eslint-plugin-node": "^11.1.0",
|
|
67
67
|
"eslint-plugin-react": "7.14.3",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "74a33fa1c0a01633e2c999a7166a175be820b09f"
|
|
97
97
|
}
|
package/src/components/seo.js
CHANGED
|
@@ -160,14 +160,14 @@ function SEO(params) {
|
|
|
160
160
|
{isGARRIGUES && (
|
|
161
161
|
<style type="text/css">
|
|
162
162
|
{`
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
margin: 0;
|
|
166
|
-
}
|
|
167
|
-
body * {
|
|
168
|
-
font-family: 'Hellix', sans-serif !important;
|
|
163
|
+
#ecix_div_id {
|
|
164
|
+
font-family: "Hellix", sans-serif !important;
|
|
169
165
|
color: rgb(110, 120, 115);
|
|
170
166
|
}
|
|
167
|
+
.span-text-cookies {
|
|
168
|
+
font-family: "Hellix", sans-serif !important;
|
|
169
|
+
color: rgb(110, 120, 115) !important;
|
|
170
|
+
}
|
|
171
171
|
a {
|
|
172
172
|
color: rgb(8, 127, 123) !important;
|
|
173
173
|
}
|