Merge pull request #16975 from kkirsche/patch-3
Use @carousel-control-font-size for in min-width sm
This commit is contained in:
commit
332ed554ec
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue