2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove card columns in favor of masonry grid

This commit is contained in:
Martijn Cuppens
2019-06-30 16:59:58 +03:00
committed by XhmikosR
parent 3b73dfc44b
commit b4c4223409
8 changed files with 114 additions and 111 deletions
+4
View File
@@ -93,6 +93,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`.
### Cards
- Removed the card columns in favor of a Masonry grid [See #28922](https://github.com/twbs/bootstrap/pull/28922).
### Icons (New!)
- Added new Bootstrap icons to the project for our documentation, form controls, and more.