aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Expand)AuthorFilesLines
2016-02-16Merge pull request #19215 from twbs/label-pill-border-radiusMark Otto2-3/+4
2016-02-16Merge pull request #19218 from twbs/breakpoint-vars-are-minimumsMark Otto1-1/+1
2016-02-16fixes #19148 as follow up to #19099: ensure local mixin variable is used for ...Mark Otto1-2/+2
2016-02-16Change comment to clarify that $grid-breakpoints are minimum widths for each ...Chris Rebert1-1/+1
2016-02-16Introduce $mark-bg variable so that <mark>'s background-color can be customiz...Chris Rebert2-1/+2
2016-02-16Extract $dropdown-min-width variableChris Rebert2-1/+2
2016-02-16Add $label-pill-border-radius variableChris Rebert2-3/+4
2016-02-16Add $label-font-size variable in the name of not hardcoding valuesChris Rebert2-1/+2
2016-02-16Extract $label-pill-padding-x variableChris Rebert2-2/+3
2016-02-16Extract $label-padding-{x,y} variablesChris Rebert2-1/+3
2016-02-15Add $small-font-size variableChris Rebert2-1/+3
2016-02-15Add $mark-padding variableChris Rebert2-1/+3
2016-02-15Extract $modal-content-border-width variableChris Rebert2-2/+3
2016-02-15Extract $modal-{header,footer}-border-width variablesChris Rebert2-2/+4
2016-02-15Extract $modal-dialog-sm-up-margin-y variableChris Rebert2-1/+2
2016-02-15Merge pull request #19205 from twbs/modal-dialog-marginChris Rebert2-1/+3
2016-02-15Extract new $modal-dialog-margin variableChris Rebert2-1/+3
2016-02-15Add extra styles for focused/hovered active outline buttonsPatrick H. Lauke1-5/+19
2016-02-13Merge branch 'v4-dev' into v4-custom-forms-validationMark Otto6-326/+24
2016-02-11Rename .label class to .tagAmeya Pandilwar6-36/+36
2016-02-10Remove unused .csscomb.jsonvsn4ik1-304/+0
2016-02-09Merge pull request #18925 from twbs/fixes-18922Chris Rebert2-5/+18
2016-02-09.text-help is dead, long live .form-control-feedbackMark Otto2-1/+5
2016-02-09fix #18515: add .form-control-label-* classes to match large/small inputsMark Otto1-0/+12
2016-02-09don't set horizontal padding on .form-control-label /cc #18130 #17498Mark Otto1-1/+2
2016-02-08linting follow up to #19140Mark Otto1-1/+1
2016-02-08Merge pull request #19136 from twbs/v4-input-borderMark Otto2-1/+2
2016-02-08Merge pull request #19140 from twbs/v4-card-list-group-cornersMark Otto1-2/+4
2016-02-08fixes #18940: use specific border properties when changing the corners of lis...Mark Otto1-2/+4
2016-02-08Alternate fix to #17965: Updates to use the new class name and adds some basi...Mark Otto1-1/+2
2016-02-08Fixes #18949: Remove extra margin overrides for buttons in .modal-footerMark Otto1-14/+0
2016-02-08Move to a translucent input border with background-clip: padding-box for impr...Mark Otto2-1/+2
2016-02-08Merge pull request #19128 from twbs/flex-utilsChris Rebert1-1/+1
2016-02-08Flex utility classes shouldn't depend on $enable-grid-classesChris Rebert1-1/+1
2016-02-08_forms.scss: Use division instead of fractional multiplicationChris Rebert1-2/+2
2016-02-08_forms.scss: Remove extra trailing 0 in fractional numberChris Rebert1-1/+1
2016-02-07Merge branch 'multiple-input-group-addon' of https://github.com/vicary/bootst...Mark Otto1-19/+19
2016-02-07Merge branch 'v4-dev' into v4-form-sizingMark Otto4-92/+108
2016-02-07Put that new var to use to match form group addons to form controlsMark Otto1-1/+1
2016-02-07updated button/form-control padding and line-heightMark Otto3-7/+11
2016-02-07Remove line-height from the button size mixin tooMark Otto1-1/+1
2016-02-07Remove commented out height on large/small inputsMark Otto1-2/+0
2016-02-07Remove specific line-heights from large/small inputs as wellMark Otto1-2/+0
2016-02-07Remove line-height from button mixin callsMark Otto1-3/+3
2016-02-07_forms.scss: Remove extra url()s in commented-out codeChris Rebert1-3/+3
2016-02-07Merge pull request #19115 from vsn4ik/v4-dev-fix-css3-not-selectorChris Rebert1-1/+1
2016-02-07Fix CSS3 :not() selectorvsn4ik1-1/+1
2016-02-07Assert that $grid-breakpoints and $container-max-widths are in ascending orde...Chris Rebert1-0/+14
2016-02-07Reboot: Update @viewport comment to account for de944e088b278a989c83b4bfebb99...Chris Rebert1-2/+1
2016-02-06Add $enable-print-styles variable for _print.scss; fixes #19101Chris Rebert2-86/+89