aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-01-17Merge pull request #18848 from twbs/rounded-progressMark Otto1-12/+6
Respect $border-rounded inside progress bars too
2016-01-17Merge pull request #18878 from twbs/btn-group-verticalMark Otto1-2/+0
rm unnecessary border-radius properties from .btn-group-vertical code
2016-01-17fuck around with card borders and moreMark Otto3-17/+42
2016-01-17Merge pull request #18920 from twbs/v4-custom-forms-varsMark Otto2-74/+132
v4: Custom forms variables
2016-01-17Update docs to include mention of the custom variables fileMark Otto1-3/+3
2016-01-17add custom overrides to other bundlesMark Otto2-0/+2
2016-01-17Merge branch 'provide-custom-scss' of ↵Mark Otto2-0/+5
https://github.com/stephaniepurvis/bootstrap into stephaniepurvis-provide-custom-scss
2016-01-17condense that comment, clean up formattingMark Otto1-9/+8
2016-01-17Merge pull request #18789 from twbs/fix-18733-moreMark Otto1-0/+16
Prevent breadcrumb separator from getting underlined on hover when not using <ol> markup
2016-01-17Missing ;Mark Otto1-1/+1
2016-01-17Merge pull request #18883 from twbs/zindex-dropdown-backdropMark Otto2-1/+2
Use proper variable for .dropdown-backdrop's z-index
2016-01-17add custom file vars, fix up custom select varMark Otto2-23/+42
2016-01-16Hella vars for custom checkboxes and radios and selectsMark Otto2-52/+91
2016-01-16Extract variables for .modal-content box-shadowChris Rebert2-4/+6
[skip sauce] [skip validator]
2016-01-16Extract $thumbnail-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $popover-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $dropdown-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $btn-box-shadow variableChris Rebert2-1/+2
2016-01-16Extract $kbd-box-shadow variableChris Rebert2-1/+2
2016-01-16Merge pull request #18821 from twbs/popover-varsChris Rebert2-2/+7
Add variables for padding of popover title & content
2016-01-16Merge pull request #18820 from twbs/media-obj-varsChris Rebert2-4/+11
Add variables for media object margins and padding
2016-01-14Extract $blockquote-border-width variableChris Rebert2-2/+3
[skip sauce]
2016-01-14Allow custom breakpoint config to be passed on by mixins which nest media ↵Chris Purssell2-3/+3
query mixins.
2016-01-13Use proper variable for .dropdown-backdrop's z-indexChris Rebert2-1/+2
2016-01-13Use proper units when adding/subtracting lengthsChris Rebert2-2/+2
[skip sauce] [skip validator]
2016-01-13Rename gradient mixins to match new naming conventionChris Rebert2-6/+6
gradient-{horizontal=>x}[-three-colors] gradient-{vertical=>y}[-three-colors]
2016-01-13Rename local vars per new naming convention: $padding-{vertical=>y} ↵Chris Rebert2-4/+4
$padding-{horizontal=>x} [skip sauce] [skip validator]
2016-01-13rm unnecessary border-radius properties from .btn-group-vertical codeChris Rebert1-2/+0
[skip sauce] [skip validator]
2016-01-11Don't clearfix if flexbox is enabled. Fixes #18849ju1ius1-3/+9
2016-01-11Respect $border-rounded inside progress bars tooChris Rebert1-12/+6
[skip sauce]
2016-01-11Modals respect $enable-rounded settingAnders Sahlin1-1/+1
See issue: https://github.com/twbs/bootstrap/issues/18385
2016-01-10Merge pull request #18816 from twbs/fix-17308Chris Rebert2-16/+19
Switch to actually-Safari-specific CSS hack for iOS temporal input fix
2016-01-10Switch to actually-Safari-specific CSS hack when fixing vertical alignment ↵Chris Rebert2-16/+19
of temporal input text in iOS Safari See http://browserbu.gs/css-hacks/webkit-full-page-media/ Fixes #17308 [skip sauce] [skip validator]
2016-01-09Extract $btn-active-box-shadow variable & refactor accordinglyChris Rebert4-3/+4
[skip sauce] [skip validator]
2016-01-09Add $progress-box-shadow variableChris Rebert2-3/+4
[skip sauce] [skip validator]
2016-01-09Add variables for padding of popover title & contentChris Rebert2-2/+7
[skip sauce] [skip validator]
2016-01-09Add variables for media object margins and paddingChris Rebert2-4/+11
[skip sauce] [skip validator]
2016-01-09Merge pull request #18466 from twbs/tooltip-padding-varsChris Rebert2-5/+8
Introduce $tooltip-padding & $tooltip-padding-x vars
2016-01-08Remove remaining reference to <input type="datetime"> in SCSS commentChris Rebert1-1/+1
Erratum of #18778 [skip sauce] [skip validator]
2016-01-08Add liberation Mono to the font stack for the Linux peepsMark Otto1-1/+1
Fixes #18609 [skip sauce] [skip validator]
2016-01-08Switch up some split button stuffMark Otto5-14/+41
- New vars - New function for stripping units so we can combine rems and ems in math functions - Add new classes for sizing and spacing around the split dropdown toggle so that the caret isn't misaligned
2016-01-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-6/+10
2016-01-07Merge pull request #18787 from twbs/btn-varsMark Otto2-6/+10
Add variables for spacing of .btn-toolbar and split-button dropdown toggles
2016-01-07In IE9-11, prevent breadcrumb separator from getting underlined on :hover ↵Chris Rebert1-1/+16
when not using <ol> markup Fixes #18733 in IE9-11 Also adds comments to the code explaining this and #18740.
2016-01-07In modern browsers, prevent breadcrumb separator from getting underlined on ↵Bass Jobsen1-0/+1
:hover when not using <ol> markup Fixes #18733, except in IE9-11 Closes #18740
2016-01-07fix input group addon alignmentMark Otto1-1/+1
2016-01-07Add a comment to follow-up on #17756Mark Otto1-0/+3
2016-01-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+1
2016-01-07Merge pull request #17756 from zalog/patch-11Mark Otto1-0/+1
Flexbox grid column wrapping bug
2016-01-07more variables spacingMark Otto1-43/+43