@coorpacademy/components 10.22.20 → 10.22.21
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.
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
position: fixed;
|
|
176
176
|
bottom: 32px;
|
|
177
177
|
left: 32px;
|
|
178
|
-
z-index:
|
|
178
|
+
z-index: 1000;
|
|
179
179
|
}
|
|
180
180
|
.cookieTitle {
|
|
181
181
|
font-family: "Gilroy";
|
|
@@ -185,7 +185,6 @@
|
|
|
185
185
|
line-height: 32px;
|
|
186
186
|
color: white;
|
|
187
187
|
padding-left: 16px;
|
|
188
|
-
width: 60%;
|
|
189
188
|
}
|
|
190
189
|
.cookieIcon {
|
|
191
190
|
height: 20px;
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
position: fixed;
|
|
176
176
|
bottom: 32px;
|
|
177
177
|
left: 32px;
|
|
178
|
-
z-index:
|
|
178
|
+
z-index: 1000;
|
|
179
179
|
}
|
|
180
180
|
.cookieTitle {
|
|
181
181
|
font-family: "Gilroy";
|
|
@@ -185,7 +185,6 @@
|
|
|
185
185
|
line-height: 32px;
|
|
186
186
|
color: white;
|
|
187
187
|
padding-left: 16px;
|
|
188
|
-
width: 60%;
|
|
189
188
|
}
|
|
190
189
|
.cookieIcon {
|
|
191
190
|
height: 20px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.22.
|
|
3
|
+
"version": "10.22.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -139,5 +139,5 @@
|
|
|
139
139
|
"webpack": "^4.43.0"
|
|
140
140
|
},
|
|
141
141
|
"author": "CoorpAcademy",
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "2496c794545cc1b5177f07e585d4f3740aa6f7b6"
|
|
143
143
|
}
|