2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

remove hella vars from the jumbotron

This commit is contained in:
Mark Otto
2015-08-12 20:28:46 -07:00
parent 0babe3568c
commit 314161cb17
11 changed files with 16 additions and 52 deletions
-9
View File
@@ -6,15 +6,10 @@
.jumbotron {
padding: $jumbotron-padding ($jumbotron-padding / 2);
margin-bottom: $jumbotron-padding;
color: $jumbotron-color;
background-color: $jumbotron-bg;
@include border-radius($border-radius-lg);
}
.jumbotron-heading {
color: $jumbotron-heading-color;
}
.jumbotron-hr {
border-top-color: darken($jumbotron-bg, 10%);
}
@@ -23,10 +18,6 @@
.jumbotron {
padding: ($jumbotron-padding * 2) $jumbotron-padding;
}
.jumbotron-heading {
font-size: $jumbotron-heading-font-size;
}
}
.jumbotron-fluid {
+1 -5
View File
@@ -420,11 +420,7 @@ $pager-disabled-color: $pagination-disabled-color !default;
// Jumbotron
$jumbotron-padding: 2rem !default;
$jumbotron-color: inherit !default;
$jumbotron-bg: $gray-lighter !default;
$jumbotron-heading-color: inherit !default;
$jumbotron-heading-font-size: ($font-size-base * 4.5) !default;
// $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
// Form states and alerts
@@ -632,4 +628,4 @@ $headings-small-color: $gray-light !default;
$blockquote-small-color: $gray-light !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;
$blockquote-border-color: $gray-lighter !default;
$hr-border: $gray-lighter !default;
$hr-border: rgba(0,0,0,.1) !default;