Commit 38941881 authored by Steven Black's avatar Steven Black

Jumbotron: remove the hard-coded font-size from jumbotron.less and moved it...

Jumbotron: remove the hard-coded font-size from jumbotron.less and moved it into variables.less where other .font-size-xxxxx things now live.
parent 56ee42d3
......@@ -6,7 +6,7 @@
.jumbotron {
padding: @jumbotron-padding;
margin-bottom: @jumbotron-padding;
font-size: (@font-size-base * 1.5);
font-size: @font-size-jumbotron;
font-weight: 200;
line-height: (@line-height-base * 1.5);
color: @jumbotron-color;
......
......@@ -368,8 +368,8 @@
@jumbotron-padding: 30px;
@jumbotron-color: inherit;
@jumbotron-bg: @gray-lighter;
@jumbotron-heading-color: inherit;
@font-size-jumbotron: ceil(@font-size-base * 1.50);
// 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