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 f02122c commit 3457babCopy full SHA for 3457bab
src/components/Carousel/Carousel.css
@@ -20,8 +20,8 @@
20
gap: var(--vc-slide-gap);
21
height: 100%;
22
list-style: none;
23
- margin: 0 !important;
24
- padding: 0 !important;
+ margin: 0;
+ padding: 0;
25
position: relative;
26
transition: transform ease-out;
27
transition-duration: var(--vc-transition-duration);
@@ -70,12 +70,12 @@
70
71
.carousel.is-effect-fade .carousel__slide {
72
grid-area: 1 / 1;
73
- height: 100% !important;
+ height: 100%;
74
opacity: 0;
75
pointer-events: none;
76
transition: opacity ease-in-out;
77
78
- width: 100% !important;
+ width: 100%;
79
}
80
81
.carousel.is-effect-fade .carousel__slide--active {
0 commit comments