1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02:00

Removal of one of the most iconic components of Bootstrap: the jumbotron (#28876)

This commit is contained in:
Martijn Cuppens
2019-06-07 13:44:26 +02:00
committed by XhmikosR
parent cafbbdc3b6
commit 2ac2a5a91e
26 changed files with 23 additions and 193 deletions

View File

@@ -811,13 +811,6 @@ $pagination-disabled-bg: $white !default;
$pagination-disabled-border-color: $gray-300 !default;
// Jumbotron
$jumbotron-padding: 2rem !default;
$jumbotron-color: null !default;
$jumbotron-bg: $gray-200 !default;
// Cards
$card-spacer-y: .75rem !default;