aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-12-22containers should flexMark Otto1-0/+1
2016-12-22flexbox shizMark Otto1-9/+11
2016-12-22no need for a clearfix given no more floatsMark Otto1-2/+0
2016-12-22move padding on nav links and brand to be responsive padding, keeping mobile ↵Mark Otto1-3/+14
contents aligned better
2016-12-22remove width 100% from positioning, remove rounded corners for utilsMark Otto1-11/+0
2016-12-22remove justified, replacing with modifier later if needed; combine rulesMark Otto1-8/+0
2016-12-22flexbox this thingMark Otto1-100/+23
- drop the table styles, use flex - remove commented out code - consolidate styles a bit - add a huge flex-grow to the nav, making the assumption you want nav to take up most space
2016-12-22indentationMark Otto1-2/+2
2016-12-22exploring table based navbar againMark Otto1-45/+114
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow8-56/+1
2016-12-22Changed a word in a comment (#21399)Patrick Cameron1-1/+1
2016-12-21Restyle code elements in links (#21392)Mark Otto1-0/+7
* Restyle code elements in links Fixes #21259. Removes the background, color, and padding on code elements within anchors. * Update _code.scss
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto13-296/+122
* 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-12-20Redo color varsMark Otto1-5/+17
This pulls in some changes from #18462 to include a set of generic color variables. It doesn't include a Sass map for generating the theme colors yet, since we can't easily do that for all components, but does give a few more color choices to folks and an easier way to customize.
2016-12-20Overwrite margin-bottom on form-control-static (#21270)Gijs Boddeus1-0/+1
* Overwrite margin-bottom on form-control-static In the documentation the form-control-static class has been used on a p element. On the regular vertical form the margin bottom of the p element gets overwritten by a mb-0 class. In the inline form example this class hasn't been applied, therefore the p element gets a margin-bottom. To prevent this behavior we can add a margin-bottom of 0. * Update _forms.scss
2016-12-19Rename -bg-inverse to -inverse-bg; add -inverse-color (#21371)Mark Otto2-5/+7
2016-12-19Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵Mark Otto4-8/+8
Starsam80-fix-20982
2016-12-19Rename _animation.scss to _transitions.scss (#21370)Mark Otto2-3/+1
* Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks
2016-12-19Merge branch 'progress-brand' of https://github.com/szastupov/bootstrap into ↵Mark Otto1-1/+1
szastupov-progress-brand
2016-12-19Merge branch '14840-consistent-colors' of https://github.com/Kovah/bootstrap ↵Mark Otto1-26/+26
into Kovah-14840-consistent-colors
2016-12-19Update _modal.scss (#21346)Jesse Mandel1-1/+1
pull->float comment
2016-12-19Add variables for transitions (#21345)Tom Lutzenberger8-8/+25
* Add variables for transitions * Add variables for transitions
2016-12-19Add 'system-ui' to font stack.Bardi Harborow1-1/+1
2016-12-20Use brand color for progress barStepan Zastupov1-1/+1
2016-12-10linting property orderMark Otto1-1/+1
2016-12-10put the custom control spacer var to useMark Otto1-0/+1
2016-12-07Rename `.active` to `.show`Starsam804-8/+8
2016-12-05Merge pull request #21298 from twbs/carouselMark Otto2-178/+101
Refactor carousel
2016-12-04drop the .carousel-control base classMark Otto1-1/+2
2016-12-04lintingMark Otto1-1/+1
2016-12-04simplify svg by only using viewboxMark Otto1-2/+2
2016-12-04drop the fixed width of the indicators. instead use the carousel-control ↵Mark Otto2-6/+6
width as margins to ensure content doesn't overlap
2016-12-04rename varMark Otto2-6/+6
2016-12-04there's no font, so rip that varMark Otto2-2/+0
2016-12-04remove unused varsMark Otto1-2/+0
2016-12-04rip responsive styles; they're unnecessary and likely require overriding anywayMark Otto1-34/+0
2016-12-04redo control icons to use open iconic svgs inlinedMark Otto2-16/+12
2016-12-04rename control left and right to prev and next; simplify styling by removing ↵Mark Otto1-13/+7
gradient
2016-12-04code commentMark Otto1-1/+1
2016-12-04rename and un-nest iconsMark Otto1-43/+41
2016-12-04remove commentMark Otto1-1/+0
2016-12-04Merge branch 'v4-dev' into carouselMark Otto29-310/+302
2016-12-04Move margin from adjacent selector to right on the .custom-control for ↵Mark Otto1-4/+1
better responsive rendering (#21295)
2016-12-04nuke the text-shadowMark Otto2-8/+0
2016-12-04lintingMark Otto1-2/+2
2016-12-04redesign indicatorsMark Otto2-17/+26
2016-12-04redo css moreMark Otto1-49/+20
- fix naming of left/right controls - drop the absolute positioning of things and rely on only 3d transforms - remove img styles and require classes to avoid inline-block line-height stuff
2016-12-04Update bootstrap/scss/mixins/_breakpoints.scss (#21285)sophiegit1-7/+7
grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186-L192 1._breakpoints.scss comment says that grid-breakpoint for sm is 544px, 2.http://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints current document says that grid-breakpoint for sm is 544px, but it should be 576px
2016-12-02Reboot: Update <fieldset> comment to clarify that the default weirdness is ↵Chris Rebert1-3/+5
part of the standard. (#21261) Refs https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements [skip sauce]
2016-11-30Reboot: Add direct link to Edge scrollbar bugChris Rebert1-0/+1
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [ci skip]