mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Update carousel comments (#21501)
This commit is contained in:
parent
7d48a5b27c
commit
28072f153c
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
// Optional indicator pips
|
// Optional indicator pips
|
||||||
//
|
//
|
||||||
// Add an unordered list with the following class and add a list item for each
|
// Add an ordered list with the following class and add a list item for each
|
||||||
// slide your carousel holds.
|
// slide your carousel holds.
|
||||||
|
|
||||||
.carousel-indicators {
|
.carousel-indicators {
|
||||||
@ -117,7 +117,7 @@
|
|||||||
z-index: 15;
|
z-index: 15;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: 0; // override <ul> default
|
padding-left: 0; // override <ol> default
|
||||||
// Use the .carousel-control's width as margin so we don't overlay those
|
// Use the .carousel-control's width as margin so we don't overlay those
|
||||||
margin-right: $carousel-control-width;
|
margin-right: $carousel-control-width;
|
||||||
margin-left: $carousel-control-width;
|
margin-left: $carousel-control-width;
|
||||||
@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
// Optional captions
|
// Optional captions
|
||||||
//
|
//
|
||||||
// Hidden by default for smaller viewports.
|
//
|
||||||
|
|
||||||
.carousel-caption {
|
.carousel-caption {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user