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/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-13 23:51:21 +0300
committerMark Otto <otto@github.com>2019-01-14 03:24:01 +0300
commite2ac792bc714905091c41532c670b8a0a8e01841 (patch)
tree1243852b42a7a2abfe70c3a88f616116caf366ab /scss
parent50492b8840f2400a483f9d0733f79e50a5618855 (diff)
Minify background property
Diffstat (limited to 'scss')
-rw-r--r--scss/_carousel.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index 8e6639ac07..1416048fbf 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -127,8 +127,7 @@
display: inline-block;
width: $carousel-control-icon-width;
height: $carousel-control-icon-width;
- background: transparent no-repeat center center;
- background-size: 100% 100%;
+ background: no-repeat 50% / 100%;
}
.carousel-control-prev-icon {
background-image: $carousel-control-prev-icon-bg;