Commit 43450f77 authored by Mark Otto's avatar Mark Otto

simplify jumbotron styles, rem-ify padding

parent 1c3d4619
...@@ -13,11 +13,6 @@ ...@@ -13,11 +13,6 @@
.h1 { .h1 {
color: @jumbotron-heading-color; color: @jumbotron-heading-color;
} }
p {
margin-bottom: (@jumbotron-padding / 2);
font-size: @jumbotron-font-size;
font-weight: 200;
}
> hr { > hr {
border-top-color: darken(@jumbotron-bg, 10%); border-top-color: darken(@jumbotron-bg, 10%);
......
...@@ -439,11 +439,11 @@ ...@@ -439,11 +439,11 @@
// //
//## //##
@jumbotron-padding: 30px; @jumbotron-padding: 2rem;
@jumbotron-color: inherit; @jumbotron-color: inherit;
@jumbotron-bg: @gray-lighter; @jumbotron-bg: @gray-lighter;
@jumbotron-heading-color: inherit; @jumbotron-heading-color: inherit;
@jumbotron-font-size: ceil((@font-size-base * 1.5)); // @jumbotron-font-size: ceil((@font-size-base * 1.5));
//== Form states and alerts //== Form states and alerts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment