more updates to responsive

This commit is contained in:
davegandy 2013-10-15 21:14:37 -04:00
parent b107e159d4
commit 89b27a53d9
2 changed files with 10 additions and 10 deletions

View File

@ -111,8 +111,8 @@
// Inverted navbar toggle // Inverted navbar toggle
@navbar-inverse-toggle-hover-bg: @jumbotron-bg-dark; @navbar-inverse-toggle-hover-bg: @jumbotron-bg-dark;
@navbar-inverse-toggle-icon-bar-bg: #fff; @navbar-inverse-toggle-icon-bar-bg: @jumbotron-text;
@navbar-inverse-toggle-border-color: #fff; @navbar-inverse-toggle-border-color: mix(@jumbotron-text, @jumbotron-bg, 75%);
//@brand-primary: @blue-dark; //@brand-primary: @blue-dark;
//@brand-success: @green; //@brand-success: @green;

View File

@ -5,15 +5,15 @@
line-height: @size; line-height: @size;
width: 280px; width: 280px;
margin: 30px auto 0; margin: 30px auto 0;
}
.carousel-control { .carousel-control {
top: 37%; top: 40%;
.square(44px); .square(44px);
font-size: 44px; font-size: 44px;
line-height: 44px; line-height: 44px;
left: -7px; left: -7px;
&.right { right: -7px; } &.right { right: -7px; }
} }
}
.jumbotron-carousel { .jumbotron-carousel {
h1 { font-size: 58px; } h1 { font-size: 58px; }