aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss/_component-examples.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-419/+0
2017-05-23Documentation display tooltips/popovers arrows with css for static examplesJohann-S1-0/+24
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵Pierre Vanduynslager1-0/+6
.nav-item, <li> etc...)
2017-03-26Redo semantic grid example and make it real in the docsMark Otto1-0/+34
2017-01-16Fix horizontal scrollbar appearing in docs (#21747)Geremia Taglialatela1-1/+1
On small screens (< 576px), all documentation pages containing `.bd-example` styled tags, show the horizontal scrollbar because of a wrong horizontal margin property. This PR sets the horizontal margin on gutter width basis instead of rem.
2017-01-03fixes #21454 by revamping some docs styles for dropdownsMark Otto1-11/+0
2017-01-03autohide scrollbar for IEMark Otto1-0/+1
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto1-4/+6
2016-12-27fixes #21445Mark Otto1-11/+0
remove broken example class from grid docs
2016-12-24nest modal examples cssMark Otto1-15/+17
2016-12-24add docs class for highlightingMark Otto1-0/+5
2016-12-22no more need for thisMark Otto1-5/+0
2016-12-22override pos-f-t in examplesMark Otto1-0/+9
2016-12-22no need for this; we have max-width 100% on them nowMark Otto1-5/+0
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-0/+11
* 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
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam801-3/+3
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-11-26Border utilities (#21213)Mark Otto1-0/+10
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-11-16Fix padding on .bg-faded demo.Bardi Harborow1-1/+2
2016-09-13Add breakpoint-specific gutters.Kovah1-1/+1
2016-04-08Merge branch 'v4-dev' into v4-forms-cleanupMark Otto1-6/+0
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico1-6/+0
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-02-09spacing in docs example"Mark Otto1-0/+4
2016-02-06disable linterMark Otto1-0/+2
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-2/+4
responsive flex grid working
2016-02-06simpler, more specific docs example cssMark Otto1-1/+3
2016-02-06Tweak docs example CSS for flexbox grid colsMark Otto1-0/+10
2016-02-06Ensure docs grid example highlighting for flexbox modeMark Otto1-0/+1
2016-01-11Docs: Remove defunct Pager example stylesChris Rebert1-5/+0
Refs #18782 [skip sauce]
2016-01-05Merge pull request #18734 from tagliala/fix-highlight-docsMark Otto1-1/+1
Fix margins in highlighted code in docs
2016-01-03basic lintingMark Otto1-1/+1
2016-01-03basic linting changes, disable some id selector testing per file as neededMark Otto1-1/+1
2016-01-03we nuked the focusedinput example awhile back, so nuking the styles tooMark Otto1-12/+0
2016-01-03basic lintingMark Otto1-3/+3
2015-12-31Fix margins in highlightsGeremia Taglialatela1-1/+1
2015-11-29Prevent anchors in tooltip example from splitting across linesChris Rebert1-0/+4
So as to decrease the number of future inquiries about said edge case (which is already documented). Refs #18304 [skip sauce]
2015-10-24Replace ZeroClipboard with clipboard.js.XhmikosR1-1/+1
Things left: 1. clear the selection after copy 2. add messages for success and error
2015-10-23Rename docs-specific static tooltip/popover classes for clarity; refs #18043Chris Rebert1-3/+3
[skip sauce]
2015-08-26Document .bg-inversepetetnt1-1/+2
2015-08-18navbar positioningMark Otto1-44/+17
2015-08-18don't let that interfere with the navbarMark Otto1-3/+5
2015-08-17space out form control sizing examplesMark Otto1-0/+6
2015-08-17redo hella docs scssMark Otto1-10/+0
- clean out commented out code - break apart homepage.scss into sub files by component - rename a few files to reflect their new component names
2015-08-10fix widths on container diagramsMark Otto1-2/+3
2015-08-10container illustrationsMark Otto1-1/+38
2015-06-22fix margin againMark Otto1-4/+1
2015-05-28change card styles in docs examples to use just a max-width for nowMark Otto1-5/+3
2015-04-26fix progress bar animation buttonMark Otto1-1/+2
2015-04-23scope grid example styles betterMark Otto1-15/+21
2015-04-22clarify some docs, improve layoutMark Otto1-1/+6
2015-04-18New form control sizing, new navbar condensed variation, update nav and ↵Mark Otto1-0/+1
navbar spacing