File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 188
188
.carousel-caption {
189
189
position : absolute ;
190
190
right : (100% - $carousel-caption-width ) / 2 ;
191
- bottom : 20 px ;
191
+ bottom : $carousel-caption-spacer ;
192
192
left : (100% - $carousel-caption-width ) / 2 ;
193
- padding-top : 20 px ;
194
- padding-bottom : 20 px ;
193
+ padding-top : $carousel-caption-padding-y ;
194
+ padding-bottom : $carousel-caption-padding-y ;
195
195
color : $carousel-caption-color ;
196
196
text-align : center ;
197
197
}
Original file line number Diff line number Diff line change @@ -1080,6 +1080,8 @@ $carousel-indicator-transition: opacity .6s ease !default;
1080
1080
1081
1081
$carousel-caption-width : 70% !default ;
1082
1082
$carousel-caption-color : $white !default ;
1083
+ $carousel-caption-padding-y : 1.25rem !default ;
1084
+ $carousel-caption-spacer : 1.25rem !default ;
1083
1085
1084
1086
$carousel-control-icon-width : 20px !default ;
1085
1087
You can’t perform that action at this time.
0 commit comments