- 05 Oct, 2017 2 commits
- 03 Oct, 2017 1 commit
-
-
vsn4ik authored
-
- 01 Oct, 2017 1 commit
-
-
Chirag Modi authored
-
- 27 Sep, 2017 1 commit
-
-
Benjamin Trenkle authored
-
- 25 Sep, 2017 1 commit
-
-
SpicyDwarf authored
-
- 20 Aug, 2017 4 commits
- 13 Aug, 2017 1 commit
-
-
Mark Otto authored
-
- 30 Jun, 2017 2 commits
- 26 Jun, 2017 1 commit
-
-
Mark Otto authored
-
- 19 Jun, 2017 1 commit
-
-
obinnangini authored
-
- 18 Jun, 2017 1 commit
-
-
Mark Otto authored
remove - vars, update docs to generate from data yml files, update mixins, and generate card, button, bg, and color classes from the sass map
-
- 15 Jun, 2017 1 commit
-
-
Mark Otto authored
-
- 04 Jun, 2017 2 commits
-
-
Patrick Yeo authored
-
Patrick Yeo authored
-
- 16 Apr, 2017 2 commits
-
-
Patrick Yeo authored
* Rename variable $input-border-focus to $input-border-color-focus * Rename variables $pagination-hover-border, $pagination-active-border, $pagination-disabled-border to $pagination-hover-border-color, $pagination-active-border-color, $pagination-disabled-border-color, respectively * Rename variables $state-*-border to $state-*-border-color, respectively * Rename variables $alert-*-border to $alert-*-border-color * Rename $list-group-active-border to $list-group-active-border-color * Rename $table-inverse-border to $table-inverse-border-color * Rename $btn-*-border to $btn-*-border-color * Rename $navbar-*-toggler-border to $navbar-*-toggler-border-color
-
Mark Otto authored
-
- 09 Apr, 2017 1 commit
-
-
Mark Otto authored
-
- 28 Mar, 2017 2 commits
-
-
Mark Otto authored
* fix image stretching due to flexbox * fix broke text-muted on dark bg * no img-fluid needed
- 25 Dec, 2016 1 commit
-
-
Starsam80 authored
-
- 23 Dec, 2016 10 commits
-
-
Mark Otto authored
- Instead of negative left/right margins, we selectively apply margins to the cards as needed. This way the first and last child never receive a left and right margin (respectively), so we don't need to negative indent those at the .card-deck level. - Drops the margin-bottom override on the .card because there's no more default margin there. - Drop the margin-bottom from the .card-deck to match our lack of margins on the card. This and the previous commit fixes #19883.
-
Mark Otto authored
add flex direction too
-
Mark Otto authored
use utils instead
-
Mark Otto authored
this allows us to easily scale card blocks in groups and decks, without repeating it in our css
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
this assumes no margin on the .card to start (which will follow in a later commit)
-
Mark Otto authored
-
Mark Otto authored
-
- 22 Dec, 2016 1 commit
-
-
Mark Otto authored
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
-
- 28 Nov, 2016 1 commit
-
-
Starsam80 authored
* Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method
-
- 12 Sep, 2016 1 commit
-
- 08 Sep, 2016 2 commits
-
-
Mark Otto authored
* Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images
-
Mark Otto authored
Cards must be inline-block in columns, otherwise they can get split across columns
-