aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22typoMark Otto1-1/+1
2016-12-23Move scss-lint to npm scripts.Bardi Harborow3-420/+513
2016-12-22margins to separate some cards in examplesMark Otto1-10/+10
2016-12-22Add color variables for white and black (#21397)Jacob Müller1-66/+68
* Add color variables for white and black Closes #21395.
2016-12-22change card deck margin strategyMark Otto1-6/+6
- 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.
2016-12-22move to grid gutter width, fixes #21300Mark Otto1-1/+1
2016-12-23Change scope of docs anchor preventDefault to include modals.Bardi Harborow1-1/+1
2016-12-22New width and height utilsMark Otto2-3/+16
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-12-22no more need for thisMark Otto1-5/+0
2016-12-22final docs cleanup with columns and moreMark Otto1-15/+21
2016-12-22card deck footer exampleMark Otto1-1/+38
2016-12-22add aligned footer exampleMark Otto1-0/+34
2016-12-22redo subheadings and organization of card layout optionsMark Otto1-5/+6
2016-12-22better grouping of card styles docsMark Otto1-3/+7
2016-12-22redo image section for intros and subheadingsMark Otto1-3/+7
2016-12-22retitle nav sectionMark Otto1-0/+5
2016-12-22update alignment section with widthsMark Otto1-0/+29
2016-12-22redo sizing section with utils and grid calloutsMark Otto1-2/+65
2016-12-22redo the supported content section entirely to give it sub sectionsMark Otto1-91/+40
2016-12-22redo docs intro for the exampleMark Otto1-2/+4
2016-12-22switch from block to flexMark Otto1-1/+2
add flex direction too
2016-12-22remove default bottom margin on cardsMark Otto1-1/+0
use utils instead
2016-12-22move the card-block flex action up to all card-blocksMark Otto1-4/+3
this allows us to easily scale card blocks in groups and decks, without repeating it in our css
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 Otto2-0/+2
this assumes no margin on the .card to start (which will follow in a later commit)
2016-12-22add card column count variableMark Otto2-1/+2
2016-12-22Rename card column gap variableMark Otto2-2/+2
2016-12-22New width and height utilsMark Otto2-3/+16
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-12-22lintingMark Otto1-2/+2
2016-12-22text-align doesn't apply here, so we can nuke itMark Otto1-1/+0
2016-12-22Redo controls in flexboxMark Otto1-10/+4
- Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here. - No more position, left, right, or margins involved; just some justify-content and align-items. - Add some comments for explaining which flex property-value pair does what. - Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here.
2016-12-22flexbox powered indicatorsMark Otto2-2/+7
This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide.
2016-12-22start small--set flex instead of block for active itemsMark Otto1-1/+1
2016-12-22gruntMark Otto10-382/+579
2016-12-22redo custom docs navbarMark Otto2-48/+34
2016-12-22streamline example navbars by removing .hidden-* classes on togglersMark Otto7-12/+12
2016-12-22remove .hidden-* classes from .navbar-toggler and make that part of the ↵Mark Otto2-10/+14
.navbar-toggleable-*
2016-12-22couple more utilsMark Otto1-2/+2
2016-12-22more example fixesMark Otto2-20/+22
2016-12-22more lintingMark Otto1-1/+1
2016-12-22lintingMark Otto1-1/+1
2016-12-22migrate some notes on over hereMark Otto1-1/+10
2016-12-22put new toggler markup to useMark Otto10-24/+72
2016-12-22Redo navbar-togglerMark Otto2-8/+23
- Require inner element for the icon for improved customization (e.g., drop the element to replace it with your own icon font or SVG) - Tighten up padding - Better comments
2016-12-22fixes #18115: move forward with one naming scheme for inversed color ↵Mark Otto14-35/+44
schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name)
2016-12-22fixes #18053 by removing container padding at lower breakpoints on ↵Mark Otto2-2/+9
responsive navbars
2016-12-22even more utils for formsMark Otto1-2/+2
2016-12-22more margin utils on formsMark Otto1-4/+4