mirror of https://github.com/twbs/bootstrap.git
Fix background size y
This commit is contained in:
parent
e2ac792bc7
commit
d09bd2e629
|
@ -127,7 +127,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: $carousel-control-icon-width;
|
width: $carousel-control-icon-width;
|
||||||
height: $carousel-control-icon-width;
|
height: $carousel-control-icon-width;
|
||||||
background: no-repeat 50% / 100%;
|
background: no-repeat 50% / 100% 100%;
|
||||||
}
|
}
|
||||||
.carousel-control-prev-icon {
|
.carousel-control-prev-icon {
|
||||||
background-image: $carousel-control-prev-icon-bg;
|
background-image: $carousel-control-prev-icon-bg;
|
||||||
|
|
Loading…
Reference in New Issue