@griddo/cx 1.55.14 → 1.56.2
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 +5 -9
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.2",
|
|
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.2",
|
|
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": "76dddc292b1037223a780b2093399c3c6e12ce02"
|
|
97
97
|
}
|
package/src/components/seo.js
CHANGED
|
@@ -160,6 +160,10 @@ function SEO(params) {
|
|
|
160
160
|
{isGARRIGUES && (
|
|
161
161
|
<style type="text/css">
|
|
162
162
|
{`
|
|
163
|
+
.ecix-premodal-view-content a,
|
|
164
|
+
.ecix-modal-view-content a {
|
|
165
|
+
color: rgb(8, 127, 123) !important;
|
|
166
|
+
}
|
|
163
167
|
#ecix_div_id {
|
|
164
168
|
font-family: "Hellix", sans-serif !important;
|
|
165
169
|
color: rgb(110, 120, 115);
|
|
@@ -168,9 +172,6 @@ function SEO(params) {
|
|
|
168
172
|
font-family: "Hellix", sans-serif !important;
|
|
169
173
|
color: rgb(110, 120, 115) !important;
|
|
170
174
|
}
|
|
171
|
-
a {
|
|
172
|
-
color: rgb(8, 127, 123) !important;
|
|
173
|
-
}
|
|
174
175
|
.ecix-premodal-view-content {
|
|
175
176
|
width: 100% !important;
|
|
176
177
|
margin-left: 0 !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
|
}
|