mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
-background to -bg on jumbotron vars
This commit is contained in:
parent
6b23a66c29
commit
f2e5c32936
@ -10,7 +10,7 @@
|
||||
font-weight: 200;
|
||||
line-height: (@line-height-base * 1.5);
|
||||
color: @jumbotron-lead-color;
|
||||
background-color: @jumbotron-background;
|
||||
background-color: @jumbotron-bg;
|
||||
h1 {
|
||||
line-height: 1;
|
||||
color: @jumbotron-heading-color;
|
||||
|
@ -230,7 +230,7 @@
|
||||
// Jumbotron
|
||||
// -------------------------
|
||||
|
||||
@jumbotron-background: @grayLighter;
|
||||
@jumbotron-bg: @grayLighter;
|
||||
@jumbotron-heading-color: inherit;
|
||||
@jumbotron-lead-color: inherit;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user