@telia-ace/widget-core-flamingo 1.1.76-rc.18 → 1.1.76-rc.19
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +9 -0
- package/index.mjs +9 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -335,6 +335,15 @@
|
|
335
335
|
padding: 40px !important;
|
336
336
|
}
|
337
337
|
|
338
|
+
@media screen and (max-device-width: 800px) {
|
339
|
+
:host(.embedded) {
|
340
|
+
padding: 0 !important;
|
341
|
+
}
|
342
|
+
:host(.embedded) .widget-container {
|
343
|
+
border-radius: none !important;
|
344
|
+
}
|
345
|
+
}
|
346
|
+
|
338
347
|
:host(.embedded) .widget-container {
|
339
348
|
border-radius: var(--border-radius) !important;
|
340
349
|
}
|
package/index.mjs
CHANGED
@@ -2184,6 +2184,15 @@ nt.styles = N`
|
|
2184
2184
|
padding: 40px !important;
|
2185
2185
|
}
|
2186
2186
|
|
2187
|
+
@media screen and (max-device-width: 800px) {
|
2188
|
+
:host(.embedded) {
|
2189
|
+
padding: 0 !important;
|
2190
|
+
}
|
2191
|
+
:host(.embedded) .widget-container {
|
2192
|
+
border-radius: none !important;
|
2193
|
+
}
|
2194
|
+
}
|
2195
|
+
|
2187
2196
|
:host(.embedded) .widget-container {
|
2188
2197
|
border-radius: var(--border-radius) !important;
|
2189
2198
|
}
|