Use @carousel-control-font-size for in min-width sm #16975
If margin-top should be calculated we can also do that with a (@carousel-control-font-size * -0.75)
Yup, it should.
1 check passed
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix #16973
As 30px was hard coded for the following attribute values:
width,height, andfont-size, I have used the same pixel formula for each of these three as the@carousel-control-widthis a percent value not a pixel value in variables.lessIf
margin-topshould be calculated we can also do that with a(@carousel-control-font-size * -0.75)