2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +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 {