Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2015-11-13 08:28:24 +0300
committerMark Otto <markd.otto@gmail.com>2015-11-13 08:28:24 +0300
commit332ed554ec5e49897ccc3082b67622093941e34a (patch)
tree0275f6d3e0fbebab188922e0a9adae6bb02a0f13 /less
parent18ddb7648d315f880c8d01b226eed039e7cc022a (diff)
parent4f09bbc4eca113ae1e06171c721834ddfce7a6e4 (diff)
Merge pull request #16975 from kkirsche/patch-3
Use @carousel-control-font-size for in min-width sm
Diffstat (limited to 'less')
-rw-r--r--less/carousel.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/carousel.less b/less/carousel.less
index 87ed6961d4..db995d8d33 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -240,10 +240,10 @@
.glyphicon-chevron-right,
.icon-prev,
.icon-next {
- width: 30px;
- height: 30px;
+ width: (@carousel-control-font-size * 1.5);
+ height: (@carousel-control-font-size * 1.5);
margin-top: -15px;
- font-size: 30px;
+ font-size: (@carousel-control-font-size * 1.5);
}
.glyphicon-chevron-left,
.icon-prev {