aboutsummaryrefslogtreecommitdiff
path: root/scss/_card.scss
AgeCommit message (Expand)AuthorFilesLines
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens1-5/+5
2018-10-21Card header color theming (#26573)Andrew Pucci1-0/+1
2018-10-21Fix for double border on cards in an accordion (#27133)Roy Klutman1-16/+24
2018-04-02Fix broken URI fragments and redirects.XhmikosR1-2/+2
2018-03-31Fix Chrome's rendering of .card-columnsMark Otto1-0/+2
2018-01-02improves accordion stylesAndres Galante1-0/+29
2017-11-16Fix nested cards on card group (#24766)Andres Galante1-3/+6
2017-10-22Replace some border-radius properties for the mixin, closes #23872Mark Otto1-2/+2
2017-10-22fix card group border radii (#24491)Gijs Boddeus1-7/+15
2017-10-11Add border radius to an image when it's the only card of a card group (#24321)Andres Galante1-0/+7
2017-10-10Refactor a few selectors so that the least specific ones are first. (#24310)XhmikosR1-4/+4
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR1-15/+12
2017-10-05formattingMark Otto1-2/+2
2017-10-05Add comment where we explicitly use `flex: 1 0 0%;`.XhmikosR1-0/+2
2017-10-02Remove duplicated code in .card-headervsn4ik1-4/+0
2017-10-01fixed issue with hr tag mention in 23032 (#23078)Chirag Modi1-0/+5
2017-09-27Remove border-top if list-group follows card-header (#23022)Benjamin Trenkle1-0/+6
2017-09-26Fix no rounded corners if there is only one card in a card-group (#24080)SpicyDwarf1-1/+5
2017-08-20Simplify selector and only override what we setMark Otto1-3/+2
2017-08-20added suggested fix for list-groups with a elementsgijsbotje1-1/+2
2017-08-20fixes double border when .list-group.list-group-flush is preceded by .card-he...gijsbotje1-0/+4
2017-08-20equalize height of the first card of the card-groupgijsbotje1-1/+1
2017-08-13Redo .card-deck and .card-group so they're always flex (#22860)Mark Otto1-6/+21
2017-06-30clip to border-box, update overlayMark Otto1-0/+1
2017-06-30Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{col...Mark Otto1-36/+0
2017-06-25rename .card-inverse to .card-dark, update docs to matchMark Otto1-2/+2
2017-06-18Merge branch 'v4-dev' into colors-reduxMark Otto1-2/+2
2017-06-18Updated flex-basis property to fix issue #18569 in .scss filesobinnangini1-2/+2
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, an...Mark Otto1-32/+9
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto1-1/+1
2017-06-03Fix overflowing text in Cards with `word-wrap: break-word`Patrick Yeo1-1/+2
2017-06-03Rename `$card-border-radius-inner` to `$card-inner-border-radius`Patrick Yeo1-5/+5
2017-04-16Rename variable $input-border-focus to $input-border-color-focus (#22413)Patrick Yeo1-1/+1
2017-04-16Prevent long words in `.card-title`s from breaking auto layoutMark Otto1-0/+1
2017-04-08fixes #22135Mark Otto1-3/+6
2017-03-27Fix wrapping card decks (#22289)Mark Otto1-6/+4
2017-03-27Card image fixes (#22288)Mark Otto1-5/+7
2016-12-25Remove some leftover IE9/flex stuffStarsam801-8/+1
2016-12-22change card deck margin strategyMark Otto1-6/+6
2016-12-22switch from block to flexMark Otto1-1/+2
2016-12-22remove default bottom margin on cardsMark Otto1-1/+0
2016-12-22move the card-block flex action up to all card-blocksMark Otto1-4/+3
2016-12-22remove commented out codeMark Otto1-8/+0
2016-12-22comment typoMark Otto1-1/+1
2016-12-22fix commentMark Otto1-1/+1
2016-12-22add card column margin variable instead of relying on a default card marginMark Otto1-0/+1
2016-12-22add card column count variableMark Otto1-1/+1
2016-12-22Rename card column gap variableMark Otto1-1/+1
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-57/+21
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-2/+1