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 195569a commit 2616085Copy full SHA for 2616085
docs/vue-components/Features.vue
@@ -86,7 +86,7 @@ const features = [
86
87
88
89
-<style scoped>
+<style>
90
.features {
91
margin: 0 auto;
92
max-width: 1152px;
@@ -137,4 +137,18 @@ const features = [
137
color: var(--vp-c-text-2);
138
margin: 0;
139
}
140
+.carousel__prev {
141
+ left: -60px;
142
+}
143
+.carousel__next {
144
+ right: -60px;
145
146
+.dark {
147
+ .carousel__next,
148
+ .carousel__prev {
149
+ --vc-nav-color: #fff;
150
+ --vc-nav-width: 50px;
151
+ --vc-nav-height: 50px;
152
+ }
153
154
</style>
0 commit comments