2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+4
View File
@@ -77,6 +77,10 @@ Badges were overhauled to better differentiate themselves from buttons and to be
- **Todo:** Removed `.badge-pill` for the `.rounded-pill` utility class
- **Todo:** Removed badge's hover and focus styles for `a.badge` and `button.badge`.
### Jumbotron
- The jumbotron component is removed in favor of utility classes like `.bg-light` for the background color and `.p-*` classes to control padding.
### Popovers
- Renamed `.arrow` to `.popover-arrow`