diff options
| author | leshasmp <[email protected]> | 2019-10-12 17:09:04 +0500 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-10-12 14:09:04 +0200 |
| commit | 64e22b42842b2d216f328a94ff9105da744bccbe (patch) | |
| tree | 8d98a9df673c74354761c039a14b4d278b84ec09 /scss/_carousel.scss | |
| parent | 09e6af48d7f44900e38d5676fb01ad7bb9ddd24b (diff) | |
| download | bootstrap-64e22b42842b2d216f328a94ff9105da744bccbe.tar.xz bootstrap-64e22b42842b2d216f328a94ff9105da744bccbe.zip | |
Carousel variables (#29493)
Diffstat (limited to 'scss/_carousel.scss')
| -rw-r--r-- | scss/_carousel.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 020604e33..5e413cc70 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -188,10 +188,10 @@ .carousel-caption { position: absolute; right: (100% - $carousel-caption-width) / 2; - bottom: 20px; + bottom: $carousel-caption-spacer; left: (100% - $carousel-caption-width) / 2; - padding-top: 20px; - padding-bottom: 20px; + padding-top: $carousel-caption-padding-y; + padding-bottom: $carousel-caption-padding-y; color: $carousel-caption-color; text-align: center; } |
