mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
more updates to responsive
This commit is contained in:
parent
b107e159d4
commit
89b27a53d9
@ -111,8 +111,8 @@
|
||||
|
||||
// Inverted navbar toggle
|
||||
@navbar-inverse-toggle-hover-bg: @jumbotron-bg-dark;
|
||||
@navbar-inverse-toggle-icon-bar-bg: #fff;
|
||||
@navbar-inverse-toggle-border-color: #fff;
|
||||
@navbar-inverse-toggle-icon-bar-bg: @jumbotron-text;
|
||||
@navbar-inverse-toggle-border-color: mix(@jumbotron-text, @jumbotron-bg, 75%);
|
||||
|
||||
//@brand-primary: @blue-dark;
|
||||
//@brand-success: @green;
|
||||
|
@ -5,14 +5,14 @@
|
||||
line-height: @size;
|
||||
width: 280px;
|
||||
margin: 30px auto 0;
|
||||
.carousel-control {
|
||||
top: 37%;
|
||||
.square(44px);
|
||||
font-size: 44px;
|
||||
line-height: 44px;
|
||||
left: -7px;
|
||||
&.right { right: -7px; }
|
||||
}
|
||||
}
|
||||
.carousel-control {
|
||||
top: 40%;
|
||||
.square(44px);
|
||||
font-size: 44px;
|
||||
line-height: 44px;
|
||||
left: -7px;
|
||||
&.right { right: -7px; }
|
||||
}
|
||||
|
||||
.jumbotron-carousel {
|
||||
|
Loading…
Reference in New Issue
Block a user