@griddo/cx 1.55.13 → 1.56.1
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 +9 -13
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.
|
|
4
|
+
"version": "1.56.1",
|
|
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.
|
|
64
|
+
"@griddo/eslint-config-back": "^1.56.1",
|
|
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": "337c1eda056013bf9d886bb9fb95ddb20c9ae07c"
|
|
97
97
|
}
|
package/src/components/seo.js
CHANGED
|
@@ -160,16 +160,17 @@ function SEO(params) {
|
|
|
160
160
|
{isGARRIGUES && (
|
|
161
161
|
<style type="text/css">
|
|
162
162
|
{`
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
.ecix-premodal-view-content a,
|
|
164
|
+
.ecix-modal-view-content a {
|
|
165
|
+
color: rgb(8, 127, 123) !important;
|
|
166
166
|
}
|
|
167
|
-
|
|
168
|
-
font-family:
|
|
167
|
+
#ecix_div_id {
|
|
168
|
+
font-family: "Hellix", sans-serif !important;
|
|
169
169
|
color: rgb(110, 120, 115);
|
|
170
170
|
}
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
.span-text-cookies {
|
|
172
|
+
font-family: "Hellix", sans-serif !important;
|
|
173
|
+
color: rgb(110, 120, 115) !important;
|
|
173
174
|
}
|
|
174
175
|
.ecix-premodal-view-content {
|
|
175
176
|
width: 100% !important;
|
|
@@ -207,12 +208,7 @@ function SEO(params) {
|
|
|
207
208
|
}
|
|
208
209
|
.span-text-cookies p {
|
|
209
210
|
margin: 0 !important;
|
|
210
|
-
}
|
|
211
|
-
.cookies-elixregtech .span-text-cookies {
|
|
212
|
-
height: auto !important;
|
|
213
|
-
display: block !important;
|
|
214
|
-
}
|
|
215
|
-
|
|
211
|
+
}
|
|
216
212
|
.ecix-modal-btn-accept.ecix-p10.ecix-bold.ecix-font-1-2em.button-rechazar {
|
|
217
213
|
display: none;
|
|
218
214
|
}
|