diff options
author | Mario <mario@mariovavti.com> | 2021-02-15 18:41:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-15 18:41:44 +0000 |
commit | e8c2e17bc901ab139377e759f5ef931f8649b8c1 (patch) | |
tree | bebbeae1760c0cb5b5dea88fb268153a38938fab /vendor/twbs/bootstrap/scss/_carousel.scss | |
parent | 6fae291cc8ec69a74d0c1673186b3d8f319378d4 (diff) | |
download | volse-hubzilla-e8c2e17bc901ab139377e759f5ef931f8649b8c1.tar.gz volse-hubzilla-e8c2e17bc901ab139377e759f5ef931f8649b8c1.tar.bz2 volse-hubzilla-e8c2e17bc901ab139377e759f5ef931f8649b8c1.zip |
compser update twbs/bootstrap
Diffstat (limited to 'vendor/twbs/bootstrap/scss/_carousel.scss')
-rw-r--r-- | vendor/twbs/bootstrap/scss/_carousel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/scss/_carousel.scss b/vendor/twbs/bootstrap/scss/_carousel.scss index fb5e9f856..db30bed8b 100644 --- a/vendor/twbs/bootstrap/scss/_carousel.scss +++ b/vendor/twbs/bootstrap/scss/_carousel.scss @@ -127,7 +127,7 @@ display: inline-block; width: $carousel-control-icon-width; height: $carousel-control-icon-width; - background: no-repeat 50% / 100% 100%; + background: 50% / 100% 100% no-repeat; } .carousel-control-prev-icon { background-image: escape-svg($carousel-control-prev-icon-bg); |