diff options
| author | Mark Otto <[email protected]> | 2016-12-04 21:55:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-04 21:55:46 -0800 |
| commit | 410bf38a4f9bae8f238f287f6dd63c1a3ec67f4b (patch) | |
| tree | 506b1a300195b28ac7a18344b4d289905e3e1540 | |
| parent | 875c24395cd0617c8fae3acad5a54dc0efdcfc31 (diff) | |
| download | bootstrap-410bf38a4f9bae8f238f287f6dd63c1a3ec67f4b.tar.xz bootstrap-410bf38a4f9bae8f238f287f6dd63c1a3ec67f4b.zip | |
there's no font, so rip that var
| -rw-r--r-- | scss/_carousel.scss | 1 | ||||
| -rw-r--r-- | scss/_variables.scss | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 42b8aac07..ec8636060 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -61,7 +61,6 @@ top: 0; bottom: 0; width: $carousel-control-width; - font-size: $carousel-control-font-size; color: $carousel-control-color; text-align: center; opacity: $carousel-control-opacity; diff --git a/scss/_variables.scss b/scss/_variables.scss index fadf33fd9..1c478c643 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -885,7 +885,6 @@ $media-alignment-padding-x: 10px !default; $carousel-control-color: #fff !default; $carousel-control-width: 15% !default; $carousel-control-opacity: .5 !default; -$carousel-control-font-size: 20px !default; $carousel-indicators-width: 60% !default; |
