We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ac807 commit 95db479Copy full SHA for 95db479
packages/pluggableWidgets/carousel-web/src/ui/Carousel.scss
@@ -28,13 +28,13 @@
28
--swiper-navigation-size: 24px;
29
border-radius: 50%;
30
background-color: rgba(245, 245, 245, 0.7);
31
- padding: 2em;
+ padding: var(--spacing-large);
32
}
33
34
.swiper-button-next:focus,
35
.swiper-button-prev:focus {
36
- outline: 2px solid #264ae5;
37
- outline-offset: 2px;
+ outline: var(--focus-outline);
+ outline-offset: var(--focus-outline-offset);
38
39
40
.swiper-slide img {
0 commit comments