@gem-sdk/styles 2.0.0-dev.305 → 2.0.0-dev.381
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/dist/base.css +2 -5
- package/dist/base.min.css +1 -1
- package/dist/utility.css +549 -0
- package/dist/utility.min.css +1 -1
- package/package.json +1 -1
- package/src/css/all.css +9 -0
- package/src/css/builds/base.css +2 -6
- package/src/css/utilities/_border.css +5 -0
- package/src/css/utilities/_overflow.css +3 -3
- package/src/css/utilities/all.css +3 -3
- package/src/properties.js +54 -18
- package/types/globals.d.ts +243 -0
- package/types/types.d.ts +9 -0
package/dist/base.css
CHANGED
|
@@ -222,7 +222,7 @@ p {
|
|
|
222
222
|
.gp-p-description-text h5,
|
|
223
223
|
.gp-p-description-text h6 {
|
|
224
224
|
margin: 0 0 1em 0;
|
|
225
|
-
line-height: 1.4;
|
|
225
|
+
line-height: 1.4 !important;
|
|
226
226
|
}
|
|
227
227
|
.gp-p-description-text h2 {
|
|
228
228
|
font-size: 1.5em;
|
|
@@ -361,7 +361,7 @@ p {
|
|
|
361
361
|
-webkit-transform: var(--transform);
|
|
362
362
|
transform: var(--transform);
|
|
363
363
|
}
|
|
364
|
-
[style*='--grchild:'] [data-component-label='Row'] {
|
|
364
|
+
[style*='--grchild:'] > [data-component-label='Row'] {
|
|
365
365
|
grid-row: var(--grchild);
|
|
366
366
|
}
|
|
367
367
|
[style*='--mbchild:'] [data-component-label='Row'] {
|
|
@@ -370,9 +370,6 @@ p {
|
|
|
370
370
|
[style*='--grchild:'] > :first-child {
|
|
371
371
|
grid-row: var(--grchild);
|
|
372
372
|
}
|
|
373
|
-
[style*='--mbchild:'] [data-component-label='Row'] {
|
|
374
|
-
margin-bottom: var(--mbchild);
|
|
375
|
-
}
|
|
376
373
|
@media (min-width: 1025px){
|
|
377
374
|
.rfm-marquee-container:hover div {
|
|
378
375
|
-webkit-animation-play-state: var(--pause-on-hover);
|
package/dist/base.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul,.gp-text-instant ol,.gp-text-instant ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul>li,.gp-text-instant ul>li{list-style:disc inside!important}.gp-text ol>li,.gp-text-instant ol>li{list-style:decimal inside!important}[display-init=hide]>div{display:inline!important;overflow:hidden!important;visibility:hidden!important}[display-init=hide]>div,[display-init=hide]>div *{max-height:0!important;max-width:0!important}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}[data-slot=children].product-feature-image{border:unset;border-radius:0;visibility:visible!important}[data-slot=children]:not(.product-feature-image):after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gp-instant-page [data-slot=children].product-feature-image{border:unset;visibility:visible!important}.gp-instant-page [data-slot=children].product-feature-image:after{border:unset;color:#aaa;visibility:visible}.gp-instant-page [data-slot=children].product-feature-image .drag-placeholder{height:100%}.gp-dialog{display:none}.gp-dialog[open]{display:block}.gp-dialog:modal{position:fixed}h1,h2,h3,h4,h5,h6{word-break:normal}p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.gp-p-description-text ol,.gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;font-size:2em;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6{display:block;font-weight:700}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6,.gp-p-description-text p{line-height:1.4;margin:0 0 1em}.gp-p-description-text h2{font-size:1.5em}.gp-p-description-text h3{font-size:1.17em}.gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gp-p-description-text h4{font-size:1em}.gp-p-description-text h5{font-size:.83em}.gp-p-description-text h6{font-size:.67em}.gp-p-description-text ul{list-style-type:disc}.gp-p-description-text ol{list-style-type:decimal}.gp-p-description-text ul li{display:list-item;list-style:disc none outside;text-align:-webkit-match-parent;word-break:break-word}.gp-p-description-text blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:40px;-webkit-margin-end:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:40px;margin-inline-start:40px}.gp-p-description-text table,.gp-p-description-text td,.gp-p-description-text th{border:1px dashed #ccc!important;padding:unset!important}.gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}.gp-p-description-text p:last-child{margin-bottom:0!important}.gp-tab-header-list::-webkit-scrollbar{display:none}.rfm-marquee-container{display:flex;flex-direction:row;max-width:unset!important;position:relative;-webkit-transform:var(--transform);transform:var(--transform);width:var(--width)}.rfm-overlay{height:100%;position:absolute;width:100%}.rfm-overlay:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rfm-overlay:before{left:0;top:0}.rfm-marquee{align-items:center;-webkit-animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);-webkit-animation-delay:var(--delay);animation-delay:var(--delay);-webkit-animation-direction:var(--direction);animation-direction:var(--direction);-webkit-animation-play-state:var(--play);animation-play-state:var(--play);display:flex;flex:0 0 auto;flex-direction:row;max-width:unset!important;min-width:var(--min-width);z-index:1}@-webkit-keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.rfm-initial-child-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;min-width:auto}.rfm-child{-webkit-transform:var(--transform);transform:var(--transform)}[style*="--grchild:"]
|
|
1
|
+
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul,.gp-text-instant ol,.gp-text-instant ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul>li,.gp-text-instant ul>li{list-style:disc inside!important}.gp-text ol>li,.gp-text-instant ol>li{list-style:decimal inside!important}[display-init=hide]>div{display:inline!important;overflow:hidden!important;visibility:hidden!important}[display-init=hide]>div,[display-init=hide]>div *{max-height:0!important;max-width:0!important}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}[data-slot=children].product-feature-image{border:unset;border-radius:0;visibility:visible!important}[data-slot=children]:not(.product-feature-image):after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gp-instant-page [data-slot=children].product-feature-image{border:unset;visibility:visible!important}.gp-instant-page [data-slot=children].product-feature-image:after{border:unset;color:#aaa;visibility:visible}.gp-instant-page [data-slot=children].product-feature-image .drag-placeholder{height:100%}.gp-dialog{display:none}.gp-dialog[open]{display:block}.gp-dialog:modal{position:fixed}h1,h2,h3,h4,h5,h6{word-break:normal}p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.gp-p-description-text ol,.gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;font-size:2em;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6{display:block;font-weight:700}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6,.gp-p-description-text p{line-height:1.4!important;margin:0 0 1em}.gp-p-description-text h2{font-size:1.5em}.gp-p-description-text h3{font-size:1.17em}.gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gp-p-description-text h4{font-size:1em}.gp-p-description-text h5{font-size:.83em}.gp-p-description-text h6{font-size:.67em}.gp-p-description-text ul{list-style-type:disc}.gp-p-description-text ol{list-style-type:decimal}.gp-p-description-text ul li{display:list-item;list-style:disc none outside;text-align:-webkit-match-parent;word-break:break-word}.gp-p-description-text blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:40px;-webkit-margin-end:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:40px;margin-inline-start:40px}.gp-p-description-text table,.gp-p-description-text td,.gp-p-description-text th{border:1px dashed #ccc!important;padding:unset!important}.gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0;width:100%}.gp-p-description-text p:last-child{margin-bottom:0!important}.gp-tab-header-list::-webkit-scrollbar{display:none}.rfm-marquee-container{display:flex;flex-direction:row;max-width:unset!important;position:relative;-webkit-transform:var(--transform);transform:var(--transform);width:var(--width)}.rfm-overlay{height:100%;position:absolute;width:100%}.rfm-overlay:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rfm-overlay:before{left:0;top:0}.rfm-marquee{align-items:center;-webkit-animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);animation:gp-merquee-scroll var(--duration) linear var(--delay) var(--iteration-count);-webkit-animation-delay:var(--delay);animation-delay:var(--delay);-webkit-animation-direction:var(--direction);animation-direction:var(--direction);-webkit-animation-play-state:var(--play);animation-play-state:var(--play);display:flex;flex:0 0 auto;flex-direction:row;max-width:unset!important;min-width:var(--min-width);z-index:1}@-webkit-keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes gp-merquee-scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.rfm-initial-child-container{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;min-width:auto}.rfm-child{-webkit-transform:var(--transform);transform:var(--transform)}[style*="--grchild:"]>[data-component-label=Row]{grid-row:var(--grchild)}[style*="--mbchild:"] [data-component-label=Row]{margin-bottom:var(--mbchild)}[style*="--grchild:"]>:first-child{grid-row:var(--grchild)}@media (min-width:1025px){.rfm-marquee-container:hover div{-webkit-animation-play-state:var(--pause-on-hover);animation-play-state:var(--pause-on-hover)}.rfm-marquee-container:active div{-webkit-animation-play-state:var(--pause-on-click);animation-play-state:var(--pause-on-click)}}
|
package/dist/utility.css
CHANGED
|
@@ -226,6 +226,63 @@
|
|
|
226
226
|
$(prop): var(--$(prefix)focus-$(var));
|
|
227
227
|
}
|
|
228
228
|
} */
|
|
229
|
+
[style*="--blw:"] {
|
|
230
|
+
border-left-width: var(--blw);
|
|
231
|
+
}
|
|
232
|
+
[style*="--hvr-blw:"]:hover {
|
|
233
|
+
border-left-width: var(--hvr-blw);
|
|
234
|
+
}
|
|
235
|
+
/* .group:hover {
|
|
236
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
237
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
238
|
+
}
|
|
239
|
+
} */
|
|
240
|
+
[style*="--focus-blw:"]:focus {
|
|
241
|
+
border-left-width: var(--focus-blw);
|
|
242
|
+
}
|
|
243
|
+
/* .group:focus {
|
|
244
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
245
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
246
|
+
}
|
|
247
|
+
} */
|
|
248
|
+
[style*="--brw:"] {
|
|
249
|
+
border-right-width: var(--brw);
|
|
250
|
+
}
|
|
251
|
+
[style*="--hvr-brw:"]:hover {
|
|
252
|
+
border-right-width: var(--hvr-brw);
|
|
253
|
+
}
|
|
254
|
+
/* .group:hover {
|
|
255
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
256
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
257
|
+
}
|
|
258
|
+
} */
|
|
259
|
+
[style*="--focus-brw:"]:focus {
|
|
260
|
+
border-right-width: var(--focus-brw);
|
|
261
|
+
}
|
|
262
|
+
/* .group:focus {
|
|
263
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
264
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
265
|
+
}
|
|
266
|
+
} */
|
|
267
|
+
[style*="--btw:"] {
|
|
268
|
+
border-top-width: var(--btw);
|
|
269
|
+
}
|
|
270
|
+
[style*="--hvr-btw:"]:hover {
|
|
271
|
+
border-top-width: var(--hvr-btw);
|
|
272
|
+
}
|
|
273
|
+
/* .group:hover {
|
|
274
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
275
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
276
|
+
}
|
|
277
|
+
} */
|
|
278
|
+
[style*="--focus-btw:"]:focus {
|
|
279
|
+
border-top-width: var(--focus-btw);
|
|
280
|
+
}
|
|
281
|
+
/* .group:focus {
|
|
282
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
283
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
284
|
+
}
|
|
285
|
+
} */
|
|
229
286
|
[style*="--bbc:"] {
|
|
230
287
|
border-bottom-color: var(--bbc);
|
|
231
288
|
}
|
|
@@ -245,6 +302,63 @@
|
|
|
245
302
|
$(prop): var(--$(prefix)focus-$(var));
|
|
246
303
|
}
|
|
247
304
|
} */
|
|
305
|
+
[style*="--btc:"] {
|
|
306
|
+
border-top-color: var(--btc);
|
|
307
|
+
}
|
|
308
|
+
[style*="--hvr-btc:"]:hover {
|
|
309
|
+
border-top-color: var(--hvr-btc);
|
|
310
|
+
}
|
|
311
|
+
/* .group:hover {
|
|
312
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
313
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
314
|
+
}
|
|
315
|
+
} */
|
|
316
|
+
[style*="--focus-btc:"]:focus {
|
|
317
|
+
border-top-color: var(--focus-btc);
|
|
318
|
+
}
|
|
319
|
+
/* .group:focus {
|
|
320
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
321
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
322
|
+
}
|
|
323
|
+
} */
|
|
324
|
+
[style*="--blc:"] {
|
|
325
|
+
border-left-color: var(--blc);
|
|
326
|
+
}
|
|
327
|
+
[style*="--hvr-blc:"]:hover {
|
|
328
|
+
border-left-color: var(--hvr-blc);
|
|
329
|
+
}
|
|
330
|
+
/* .group:hover {
|
|
331
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
332
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
333
|
+
}
|
|
334
|
+
} */
|
|
335
|
+
[style*="--focus-blc:"]:focus {
|
|
336
|
+
border-left-color: var(--focus-blc);
|
|
337
|
+
}
|
|
338
|
+
/* .group:focus {
|
|
339
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
340
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
341
|
+
}
|
|
342
|
+
} */
|
|
343
|
+
[style*="--brc:"] {
|
|
344
|
+
border-right-color: var(--brc);
|
|
345
|
+
}
|
|
346
|
+
[style*="--hvr-brc:"]:hover {
|
|
347
|
+
border-right-color: var(--hvr-brc);
|
|
348
|
+
}
|
|
349
|
+
/* .group:hover {
|
|
350
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
351
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
352
|
+
}
|
|
353
|
+
} */
|
|
354
|
+
[style*="--focus-brc:"]:focus {
|
|
355
|
+
border-right-color: var(--focus-brc);
|
|
356
|
+
}
|
|
357
|
+
/* .group:focus {
|
|
358
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
359
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
360
|
+
}
|
|
361
|
+
} */
|
|
248
362
|
[style*="--bc:"] {
|
|
249
363
|
border-color: var(--bc);
|
|
250
364
|
}
|
|
@@ -1103,6 +1217,63 @@
|
|
|
1103
1217
|
$(prop): var(--$(prefix)focus-$(var));
|
|
1104
1218
|
}
|
|
1105
1219
|
} */
|
|
1220
|
+
[style*="--of:"] {
|
|
1221
|
+
overflow: var(--of);
|
|
1222
|
+
}
|
|
1223
|
+
[style*="--hvr-of:"]:hover {
|
|
1224
|
+
overflow: var(--hvr-of);
|
|
1225
|
+
}
|
|
1226
|
+
/* .group:hover {
|
|
1227
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
1228
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
1229
|
+
}
|
|
1230
|
+
} */
|
|
1231
|
+
[style*="--focus-of:"]:focus {
|
|
1232
|
+
overflow: var(--focus-of);
|
|
1233
|
+
}
|
|
1234
|
+
/* .group:focus {
|
|
1235
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
1236
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
1237
|
+
}
|
|
1238
|
+
} */
|
|
1239
|
+
[style*="--ofx:"] {
|
|
1240
|
+
overflow-x: var(--ofx);
|
|
1241
|
+
}
|
|
1242
|
+
[style*="--hvr-ofx:"]:hover {
|
|
1243
|
+
overflow-x: var(--hvr-ofx);
|
|
1244
|
+
}
|
|
1245
|
+
/* .group:hover {
|
|
1246
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
1247
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
1248
|
+
}
|
|
1249
|
+
} */
|
|
1250
|
+
[style*="--focus-ofx:"]:focus {
|
|
1251
|
+
overflow-x: var(--focus-ofx);
|
|
1252
|
+
}
|
|
1253
|
+
/* .group:focus {
|
|
1254
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
1255
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
1256
|
+
}
|
|
1257
|
+
} */
|
|
1258
|
+
[style*="--ofy:"] {
|
|
1259
|
+
overflow-y: var(--ofy);
|
|
1260
|
+
}
|
|
1261
|
+
[style*="--hvr-ofy:"]:hover {
|
|
1262
|
+
overflow-y: var(--hvr-ofy);
|
|
1263
|
+
}
|
|
1264
|
+
/* .group:hover {
|
|
1265
|
+
[style*="--$(prefix)hvr-$(var):"] {
|
|
1266
|
+
$(prop): var(--$(prefix)hvr-$(var));
|
|
1267
|
+
}
|
|
1268
|
+
} */
|
|
1269
|
+
[style*="--focus-ofy:"]:focus {
|
|
1270
|
+
overflow-y: var(--focus-ofy);
|
|
1271
|
+
}
|
|
1272
|
+
/* .group:focus {
|
|
1273
|
+
[style*="--$(prefix)focus-$(var):"] {
|
|
1274
|
+
$(prop): var(--$(prefix)focus-$(var));
|
|
1275
|
+
}
|
|
1276
|
+
} */
|
|
1106
1277
|
[style*="--pc:"] {
|
|
1107
1278
|
place-content: var(--pc);
|
|
1108
1279
|
}
|
|
@@ -1777,6 +1948,69 @@
|
|
|
1777
1948
|
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1778
1949
|
}
|
|
1779
1950
|
} */
|
|
1951
|
+
[style*="--blw-tablet:"] {
|
|
1952
|
+
border-left-width: var(--blw-tablet);
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
[style*="--hvr-blw-tablet:"]:hover {
|
|
1956
|
+
border-left-width: var(--hvr-blw-tablet);
|
|
1957
|
+
}
|
|
1958
|
+
/* .group:hover {
|
|
1959
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
1960
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
1961
|
+
}
|
|
1962
|
+
} */
|
|
1963
|
+
|
|
1964
|
+
[style*="--focus-blw-tablet:"]:focus {
|
|
1965
|
+
border-left-width: var(--focus-blw-tablet);
|
|
1966
|
+
}
|
|
1967
|
+
/* .group:focus {
|
|
1968
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
1969
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1970
|
+
}
|
|
1971
|
+
} */
|
|
1972
|
+
[style*="--brw-tablet:"] {
|
|
1973
|
+
border-right-width: var(--brw-tablet);
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
[style*="--hvr-brw-tablet:"]:hover {
|
|
1977
|
+
border-right-width: var(--hvr-brw-tablet);
|
|
1978
|
+
}
|
|
1979
|
+
/* .group:hover {
|
|
1980
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
1981
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
1982
|
+
}
|
|
1983
|
+
} */
|
|
1984
|
+
|
|
1985
|
+
[style*="--focus-brw-tablet:"]:focus {
|
|
1986
|
+
border-right-width: var(--focus-brw-tablet);
|
|
1987
|
+
}
|
|
1988
|
+
/* .group:focus {
|
|
1989
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
1990
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1991
|
+
}
|
|
1992
|
+
} */
|
|
1993
|
+
[style*="--btw-tablet:"] {
|
|
1994
|
+
border-top-width: var(--btw-tablet);
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
[style*="--hvr-btw-tablet:"]:hover {
|
|
1998
|
+
border-top-width: var(--hvr-btw-tablet);
|
|
1999
|
+
}
|
|
2000
|
+
/* .group:hover {
|
|
2001
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
2002
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
2003
|
+
}
|
|
2004
|
+
} */
|
|
2005
|
+
|
|
2006
|
+
[style*="--focus-btw-tablet:"]:focus {
|
|
2007
|
+
border-top-width: var(--focus-btw-tablet);
|
|
2008
|
+
}
|
|
2009
|
+
/* .group:focus {
|
|
2010
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
2011
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
2012
|
+
}
|
|
2013
|
+
} */
|
|
1780
2014
|
[style*="--bbc-tablet:"] {
|
|
1781
2015
|
border-bottom-color: var(--bbc-tablet);
|
|
1782
2016
|
}
|
|
@@ -1798,6 +2032,69 @@
|
|
|
1798
2032
|
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
1799
2033
|
}
|
|
1800
2034
|
} */
|
|
2035
|
+
[style*="--btc-tablet:"] {
|
|
2036
|
+
border-top-color: var(--btc-tablet);
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
[style*="--hvr-btc-tablet:"]:hover {
|
|
2040
|
+
border-top-color: var(--hvr-btc-tablet);
|
|
2041
|
+
}
|
|
2042
|
+
/* .group:hover {
|
|
2043
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
2044
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
2045
|
+
}
|
|
2046
|
+
} */
|
|
2047
|
+
|
|
2048
|
+
[style*="--focus-btc-tablet:"]:focus {
|
|
2049
|
+
border-top-color: var(--focus-btc-tablet);
|
|
2050
|
+
}
|
|
2051
|
+
/* .group:focus {
|
|
2052
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
2053
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
2054
|
+
}
|
|
2055
|
+
} */
|
|
2056
|
+
[style*="--blc-tablet:"] {
|
|
2057
|
+
border-left-color: var(--blc-tablet);
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
[style*="--hvr-blc-tablet:"]:hover {
|
|
2061
|
+
border-left-color: var(--hvr-blc-tablet);
|
|
2062
|
+
}
|
|
2063
|
+
/* .group:hover {
|
|
2064
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
2065
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
2066
|
+
}
|
|
2067
|
+
} */
|
|
2068
|
+
|
|
2069
|
+
[style*="--focus-blc-tablet:"]:focus {
|
|
2070
|
+
border-left-color: var(--focus-blc-tablet);
|
|
2071
|
+
}
|
|
2072
|
+
/* .group:focus {
|
|
2073
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
2074
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
2075
|
+
}
|
|
2076
|
+
} */
|
|
2077
|
+
[style*="--brc-tablet:"] {
|
|
2078
|
+
border-right-color: var(--brc-tablet);
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
[style*="--hvr-brc-tablet:"]:hover {
|
|
2082
|
+
border-right-color: var(--hvr-brc-tablet);
|
|
2083
|
+
}
|
|
2084
|
+
/* .group:hover {
|
|
2085
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
2086
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
2087
|
+
}
|
|
2088
|
+
} */
|
|
2089
|
+
|
|
2090
|
+
[style*="--focus-brc-tablet:"]:focus {
|
|
2091
|
+
border-right-color: var(--focus-brc-tablet);
|
|
2092
|
+
}
|
|
2093
|
+
/* .group:focus {
|
|
2094
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
2095
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
2096
|
+
}
|
|
2097
|
+
} */
|
|
1801
2098
|
[style*="--bc-tablet:"] {
|
|
1802
2099
|
border-color: var(--bc-tablet);
|
|
1803
2100
|
}
|
|
@@ -2746,6 +3043,69 @@
|
|
|
2746
3043
|
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
2747
3044
|
}
|
|
2748
3045
|
} */
|
|
3046
|
+
[style*="--of-tablet:"] {
|
|
3047
|
+
overflow: var(--of-tablet);
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3050
|
+
[style*="--hvr-of-tablet:"]:hover {
|
|
3051
|
+
overflow: var(--hvr-of-tablet);
|
|
3052
|
+
}
|
|
3053
|
+
/* .group:hover {
|
|
3054
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
3055
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
3056
|
+
}
|
|
3057
|
+
} */
|
|
3058
|
+
|
|
3059
|
+
[style*="--focus-of-tablet:"]:focus {
|
|
3060
|
+
overflow: var(--focus-of-tablet);
|
|
3061
|
+
}
|
|
3062
|
+
/* .group:focus {
|
|
3063
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
3064
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
3065
|
+
}
|
|
3066
|
+
} */
|
|
3067
|
+
[style*="--ofx-tablet:"] {
|
|
3068
|
+
overflow-x: var(--ofx-tablet);
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
[style*="--hvr-ofx-tablet:"]:hover {
|
|
3072
|
+
overflow-x: var(--hvr-ofx-tablet);
|
|
3073
|
+
}
|
|
3074
|
+
/* .group:hover {
|
|
3075
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
3076
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
3077
|
+
}
|
|
3078
|
+
} */
|
|
3079
|
+
|
|
3080
|
+
[style*="--focus-ofx-tablet:"]:focus {
|
|
3081
|
+
overflow-x: var(--focus-ofx-tablet);
|
|
3082
|
+
}
|
|
3083
|
+
/* .group:focus {
|
|
3084
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
3085
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
3086
|
+
}
|
|
3087
|
+
} */
|
|
3088
|
+
[style*="--ofy-tablet:"] {
|
|
3089
|
+
overflow-y: var(--ofy-tablet);
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
[style*="--hvr-ofy-tablet:"]:hover {
|
|
3093
|
+
overflow-y: var(--hvr-ofy-tablet);
|
|
3094
|
+
}
|
|
3095
|
+
/* .group:hover {
|
|
3096
|
+
[style*="--$(prefix)hvr-$(var)-tablet:"] {
|
|
3097
|
+
$(prop): var(--$(prefix)hvr-$(var)-tablet);
|
|
3098
|
+
}
|
|
3099
|
+
} */
|
|
3100
|
+
|
|
3101
|
+
[style*="--focus-ofy-tablet:"]:focus {
|
|
3102
|
+
overflow-y: var(--focus-ofy-tablet);
|
|
3103
|
+
}
|
|
3104
|
+
/* .group:focus {
|
|
3105
|
+
[style*="--$(prefix)focus-$(var)-tablet:"] {
|
|
3106
|
+
$(prop): var(--$(prefix)focus-$(var)-tablet);
|
|
3107
|
+
}
|
|
3108
|
+
} */
|
|
2749
3109
|
[style*="--pc-tablet:"] {
|
|
2750
3110
|
place-content: var(--pc-tablet);
|
|
2751
3111
|
}
|
|
@@ -3432,6 +3792,69 @@
|
|
|
3432
3792
|
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3433
3793
|
}
|
|
3434
3794
|
} */
|
|
3795
|
+
[style*="--blw-mobile:"] {
|
|
3796
|
+
border-left-width: var(--blw-mobile);
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
[style*="--hvr-blw-mobile:"]:hover {
|
|
3800
|
+
border-left-width: var(--hvr-blw-mobile);
|
|
3801
|
+
}
|
|
3802
|
+
/* .group:hover {
|
|
3803
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3804
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3805
|
+
}
|
|
3806
|
+
} */
|
|
3807
|
+
|
|
3808
|
+
[style*="--focus-blw-mobile:"]:focus {
|
|
3809
|
+
border-left-width: var(--focus-blw-mobile);
|
|
3810
|
+
}
|
|
3811
|
+
/* .group:focus {
|
|
3812
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3813
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3814
|
+
}
|
|
3815
|
+
} */
|
|
3816
|
+
[style*="--brw-mobile:"] {
|
|
3817
|
+
border-right-width: var(--brw-mobile);
|
|
3818
|
+
}
|
|
3819
|
+
|
|
3820
|
+
[style*="--hvr-brw-mobile:"]:hover {
|
|
3821
|
+
border-right-width: var(--hvr-brw-mobile);
|
|
3822
|
+
}
|
|
3823
|
+
/* .group:hover {
|
|
3824
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3825
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3826
|
+
}
|
|
3827
|
+
} */
|
|
3828
|
+
|
|
3829
|
+
[style*="--focus-brw-mobile:"]:focus {
|
|
3830
|
+
border-right-width: var(--focus-brw-mobile);
|
|
3831
|
+
}
|
|
3832
|
+
/* .group:focus {
|
|
3833
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3834
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3835
|
+
}
|
|
3836
|
+
} */
|
|
3837
|
+
[style*="--btw-mobile:"] {
|
|
3838
|
+
border-top-width: var(--btw-mobile);
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
[style*="--hvr-btw-mobile:"]:hover {
|
|
3842
|
+
border-top-width: var(--hvr-btw-mobile);
|
|
3843
|
+
}
|
|
3844
|
+
/* .group:hover {
|
|
3845
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3846
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3847
|
+
}
|
|
3848
|
+
} */
|
|
3849
|
+
|
|
3850
|
+
[style*="--focus-btw-mobile:"]:focus {
|
|
3851
|
+
border-top-width: var(--focus-btw-mobile);
|
|
3852
|
+
}
|
|
3853
|
+
/* .group:focus {
|
|
3854
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3855
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3856
|
+
}
|
|
3857
|
+
} */
|
|
3435
3858
|
[style*="--bbc-mobile:"] {
|
|
3436
3859
|
border-bottom-color: var(--bbc-mobile);
|
|
3437
3860
|
}
|
|
@@ -3453,6 +3876,69 @@
|
|
|
3453
3876
|
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3454
3877
|
}
|
|
3455
3878
|
} */
|
|
3879
|
+
[style*="--btc-mobile:"] {
|
|
3880
|
+
border-top-color: var(--btc-mobile);
|
|
3881
|
+
}
|
|
3882
|
+
|
|
3883
|
+
[style*="--hvr-btc-mobile:"]:hover {
|
|
3884
|
+
border-top-color: var(--hvr-btc-mobile);
|
|
3885
|
+
}
|
|
3886
|
+
/* .group:hover {
|
|
3887
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3888
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3889
|
+
}
|
|
3890
|
+
} */
|
|
3891
|
+
|
|
3892
|
+
[style*="--focus-btc-mobile:"]:focus {
|
|
3893
|
+
border-top-color: var(--focus-btc-mobile);
|
|
3894
|
+
}
|
|
3895
|
+
/* .group:focus {
|
|
3896
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3897
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3898
|
+
}
|
|
3899
|
+
} */
|
|
3900
|
+
[style*="--blc-mobile:"] {
|
|
3901
|
+
border-left-color: var(--blc-mobile);
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3904
|
+
[style*="--hvr-blc-mobile:"]:hover {
|
|
3905
|
+
border-left-color: var(--hvr-blc-mobile);
|
|
3906
|
+
}
|
|
3907
|
+
/* .group:hover {
|
|
3908
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3909
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3910
|
+
}
|
|
3911
|
+
} */
|
|
3912
|
+
|
|
3913
|
+
[style*="--focus-blc-mobile:"]:focus {
|
|
3914
|
+
border-left-color: var(--focus-blc-mobile);
|
|
3915
|
+
}
|
|
3916
|
+
/* .group:focus {
|
|
3917
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3918
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3919
|
+
}
|
|
3920
|
+
} */
|
|
3921
|
+
[style*="--brc-mobile:"] {
|
|
3922
|
+
border-right-color: var(--brc-mobile);
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3925
|
+
[style*="--hvr-brc-mobile:"]:hover {
|
|
3926
|
+
border-right-color: var(--hvr-brc-mobile);
|
|
3927
|
+
}
|
|
3928
|
+
/* .group:hover {
|
|
3929
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
3930
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
3931
|
+
}
|
|
3932
|
+
} */
|
|
3933
|
+
|
|
3934
|
+
[style*="--focus-brc-mobile:"]:focus {
|
|
3935
|
+
border-right-color: var(--focus-brc-mobile);
|
|
3936
|
+
}
|
|
3937
|
+
/* .group:focus {
|
|
3938
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
3939
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
3940
|
+
}
|
|
3941
|
+
} */
|
|
3456
3942
|
[style*="--bc-mobile:"] {
|
|
3457
3943
|
border-color: var(--bc-mobile);
|
|
3458
3944
|
}
|
|
@@ -4401,6 +4887,69 @@
|
|
|
4401
4887
|
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
4402
4888
|
}
|
|
4403
4889
|
} */
|
|
4890
|
+
[style*="--of-mobile:"] {
|
|
4891
|
+
overflow: var(--of-mobile);
|
|
4892
|
+
}
|
|
4893
|
+
|
|
4894
|
+
[style*="--hvr-of-mobile:"]:hover {
|
|
4895
|
+
overflow: var(--hvr-of-mobile);
|
|
4896
|
+
}
|
|
4897
|
+
/* .group:hover {
|
|
4898
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
4899
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
4900
|
+
}
|
|
4901
|
+
} */
|
|
4902
|
+
|
|
4903
|
+
[style*="--focus-of-mobile:"]:focus {
|
|
4904
|
+
overflow: var(--focus-of-mobile);
|
|
4905
|
+
}
|
|
4906
|
+
/* .group:focus {
|
|
4907
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
4908
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
4909
|
+
}
|
|
4910
|
+
} */
|
|
4911
|
+
[style*="--ofx-mobile:"] {
|
|
4912
|
+
overflow-x: var(--ofx-mobile);
|
|
4913
|
+
}
|
|
4914
|
+
|
|
4915
|
+
[style*="--hvr-ofx-mobile:"]:hover {
|
|
4916
|
+
overflow-x: var(--hvr-ofx-mobile);
|
|
4917
|
+
}
|
|
4918
|
+
/* .group:hover {
|
|
4919
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
4920
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
4921
|
+
}
|
|
4922
|
+
} */
|
|
4923
|
+
|
|
4924
|
+
[style*="--focus-ofx-mobile:"]:focus {
|
|
4925
|
+
overflow-x: var(--focus-ofx-mobile);
|
|
4926
|
+
}
|
|
4927
|
+
/* .group:focus {
|
|
4928
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
4929
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
4930
|
+
}
|
|
4931
|
+
} */
|
|
4932
|
+
[style*="--ofy-mobile:"] {
|
|
4933
|
+
overflow-y: var(--ofy-mobile);
|
|
4934
|
+
}
|
|
4935
|
+
|
|
4936
|
+
[style*="--hvr-ofy-mobile:"]:hover {
|
|
4937
|
+
overflow-y: var(--hvr-ofy-mobile);
|
|
4938
|
+
}
|
|
4939
|
+
/* .group:hover {
|
|
4940
|
+
[style*="--$(prefix)hvr-$(var)-mobile:"] {
|
|
4941
|
+
$(prop): var(--$(prefix)hvr-$(var)-mobile);
|
|
4942
|
+
}
|
|
4943
|
+
} */
|
|
4944
|
+
|
|
4945
|
+
[style*="--focus-ofy-mobile:"]:focus {
|
|
4946
|
+
overflow-y: var(--focus-ofy-mobile);
|
|
4947
|
+
}
|
|
4948
|
+
/* .group:focus {
|
|
4949
|
+
[style*="--$(prefix)focus-$(var)-mobile:"] {
|
|
4950
|
+
$(prop): var(--$(prefix)focus-$(var)-mobile);
|
|
4951
|
+
}
|
|
4952
|
+
} */
|
|
4404
4953
|
[style*="--pc-mobile:"] {
|
|
4405
4954
|
place-content: var(--pc-mobile);
|
|
4406
4955
|
}
|