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 2120af5 commit 243a160Copy full SHA for 243a160
scss/_carousel.scss
@@ -355,8 +355,8 @@
355
bottom: $carousel-caption-spacer;
356
left: (100% - $carousel-caption-width) * .5;
357
padding: $carousel-caption-padding-y $carousel-caption-padding-x; // Boosted mod
358
- color: $carousel-caption-color;
359
- background-color: $carousel-caption-bg; // Boosted mod: instead of `var(--#{$prefix}carousel-caption-color)`
+ color: $carousel-caption-color; // Boosted mod: instead of `var(--#{$prefix}carousel-caption-color)`
+ background-color: $carousel-caption-bg; // Boosted mod
360
}
361
362
// Boosted mod: no specific rules for dark carousel or dark mode carousel
0 commit comments