@guardian/interactive-component-library 0.1.0-alpha.34 → 0.1.0-alpha.35
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/style.css
CHANGED
|
@@ -2421,7 +2421,7 @@ body.android {
|
|
|
2421
2421
|
._grid_xps7m_9[data-grid-type=large] > *:nth-child(2n+1):nth-last-child(-n+2), ._grid_xps7m_9[data-grid-type=large] > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
|
|
2422
2422
|
border-bottom: 0;
|
|
2423
2423
|
}
|
|
2424
|
-
}.
|
|
2424
|
+
}._transitionContainer_1syip_1 {
|
|
2425
2425
|
position: fixed;
|
|
2426
2426
|
left: 0;
|
|
2427
2427
|
right: 0;
|
|
@@ -2432,12 +2432,12 @@ body.android {
|
|
|
2432
2432
|
pointer-events: none;
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
|
-
.
|
|
2435
|
+
._blur_1syip_12 {
|
|
2436
2436
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2437
2437
|
backdrop-filter: blur(4px);
|
|
2438
2438
|
}
|
|
2439
2439
|
|
|
2440
|
-
.
|
|
2440
|
+
._modalBox_1syip_17 {
|
|
2441
2441
|
position: absolute;
|
|
2442
2442
|
left: 0;
|
|
2443
2443
|
right: 0;
|
|
@@ -2446,29 +2446,38 @@ body.android {
|
|
|
2446
2446
|
pointer-events: all;
|
|
2447
2447
|
}
|
|
2448
2448
|
|
|
2449
|
-
.
|
|
2450
|
-
.
|
|
2451
|
-
.
|
|
2449
|
+
._enter_1syip_26,
|
|
2450
|
+
._exitDone_1syip_27 {
|
|
2451
|
+
._blur_1syip_12 {
|
|
2452
2452
|
background-color: transparent;
|
|
2453
2453
|
backdrop-filter: none;
|
|
2454
2454
|
}
|
|
2455
2455
|
|
|
2456
|
-
.
|
|
2456
|
+
._modalBox_1syip_17 {
|
|
2457
2457
|
transform: translateY(100%);
|
|
2458
2458
|
}
|
|
2459
2459
|
}
|
|
2460
2460
|
|
|
2461
|
-
.
|
|
2462
|
-
.
|
|
2463
|
-
._blur_15ioc_12 {
|
|
2461
|
+
._enterActive_1syip_38 {
|
|
2462
|
+
._blur_1syip_12 {
|
|
2464
2463
|
background-color: rgba(0, 0, 0, 0.1);
|
|
2465
2464
|
backdrop-filter: blur(4px);
|
|
2466
2465
|
}
|
|
2467
2466
|
|
|
2468
|
-
.
|
|
2467
|
+
._modalBox_1syip_17 {
|
|
2469
2468
|
transform: translateY(0);
|
|
2470
2469
|
}
|
|
2471
2470
|
}
|
|
2471
|
+
|
|
2472
|
+
._exitActive_1syip_49 {
|
|
2473
|
+
._blur_1syip_12 {
|
|
2474
|
+
background-color: transparent;
|
|
2475
|
+
backdrop-filter: none;
|
|
2476
|
+
}
|
|
2477
|
+
._modalBox_1syip_17 {
|
|
2478
|
+
transform: translateY(100%);
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2472
2481
|
._container_6u92g_1 {
|
|
2473
2482
|
position: relative;
|
|
2474
2483
|
}
|