aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2016-03-02Add $input-bg-focus and $input-color-focus variablesKevin P. Kucharczyk2-0/+4
2016-02-24@warn if minimum width of smallest breakpoint != 0alberto1-0/+9
Fixes #19217
2016-02-19Add form-control-legendPatrick H. Lauke1-0/+12
2016-02-18Document the possibility of extending the $spacers mapTobias1-0/+1
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce]
2016-02-17Extract $carousel-indicators-width variableChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-17Extract $dropdown-padding-y variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-17Extract $list-group-item-heading-margin-bottom variableChris Rebert2-3/+4
[skip sauce] [skip validator]
2016-02-17Merge pull request #19242 from twbs/carousel-caption-widthMark Otto2-4/+6
Extract $carousel-caption-width variable
2016-02-17Merge pull request #19239 from twbs/dropdown-margin-topMark Otto2-2/+3
Extract $dropdown-margin-top variable
2016-02-17Merge pull request #19237 from twbs/carousel-indicator-sizeMark Otto2-5/+8
Extract $carousel-indicator{-active}-size variables
2016-02-17Add $gutter parameter to make-col mixin; fixes #19147Chris Rebert2-4/+4
[skip sauce] [skip validator]
2016-02-16Add $card-img-overlay-padding variableChris Rebert2-1/+3
[skip sauce] [skip variable]
2016-02-16Extract $navbar-brand-padding-y variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-16Merge pull request #19250 from twbs/list-group-item-paddingChris Rebert2-1/+4
Add $list-group-item-padding-{x,y} variables
2016-02-16Add $card-columns-sm-up-column-gap variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-16Add $list-group-item-padding-{x,y} variablesChris Rebert2-1/+4
[skip sauce] [skip validator]
2016-02-16_tags.scss: Updated comments to reflect name changeAmeya Pandilwar1-4/+4
Erratum from #19157 Closes #19245
2016-02-16.navbar-divider width: 1px=>$border-widthChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-16Extract $code-padding-{x,y} variablesChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-16Merge pull request #19246 from twbs/code-font-sizeChris Rebert2-3/+4
Extract $code-font-size variable
2016-02-16Extract $code-font-size variableChris Rebert2-3/+4
[skip sauce] [skip validator]
2016-02-16Add $figure-caption-font-size variableChris Rebert2-1/+6
[skip sauce] [skip validator]
2016-02-16Extract $carousel-caption{-sm-up}-width variablesChris Rebert2-4/+6
[skip sauce] [skip validator]
2016-02-16Extract $dropdown-item-padding-x variableChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-16Extract $dropdown-margin-top variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-16Extract $carousel-indicator{-active}-size variablesChris Rebert2-5/+8
[skip sauce] [skip validator]
2016-02-16Merge pull request #19235 from twbs/carousel-control-sm-up-widthChris Rebert2-6/+7
Extract $carousel-control-sm-up-width variable
2016-02-16Extract $carousel-control-sm-up-size variableChris Rebert2-6/+7
[skip sauce] [skip validator]
2016-02-16Extract $carousel-icon-width variableChris Rebert2-5/+7
[skip sauce] [skip validator]
2016-02-16Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom ↵Mark Otto1-0/+1
radio/checkbox components
2016-02-16Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap ↵Mark Otto6-47/+47
into ameya-pandilwar-fix-19094
2016-02-16Merge branch 'v4-dev' into mark-paddingMark Otto5-13/+22
2016-02-16Merge pull request #19210 from twbs/small-font-sizeMark Otto2-1/+3
Add $small-font-size variable
2016-02-16Merge pull request #19211 from twbs/mark-bg-varMark Otto2-1/+2
Add $mark-bg so <mark>'s background-color can be customized independently of $state-warning-bg
2016-02-16Merge pull request #19214 from twbs/label-font-sizeMark Otto2-1/+2
Add $label-font-size variable in the name of not hardcoding values
2016-02-16Merge pull request #19215 from twbs/label-pill-border-radiusMark Otto2-3/+4
Add $label-pill-border-radius variable
2016-02-16Merge pull request #19218 from twbs/breakpoint-vars-are-minimumsMark Otto1-1/+1
Clarify that $grid-breakpoints are minimum widths for each breakpoint
2016-02-16fixes #19148 as follow up to #19099: ensure local mixin variable is used for ↵Mark Otto1-2/+2
in make-grid-columns mixin
2016-02-16Change comment to clarify that $grid-breakpoints are minimum widths for each ↵Chris Rebert1-1/+1
breakpoint (as opposed to maximums) [ci skip]
2016-02-16Introduce $mark-bg variable so that <mark>'s background-color can be ↵Chris Rebert2-1/+2
customized independently of $state-warning-bg [skip sauce] [skip validator]
2016-02-16Extract $dropdown-min-width variableChris Rebert2-1/+2
[skip sauce] [skip validator]
2016-02-16Add $label-pill-border-radius variableChris Rebert2-3/+4
[skip sauce] [skip validator]
2016-02-16Add $label-font-size variable in the name of not hardcoding valuesChris Rebert2-1/+2
[skip sauce] [skip validator]
2016-02-16Extract $label-pill-padding-x variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-16Extract $label-padding-{x,y} variablesChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Add $small-font-size variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Add $mark-padding variableChris Rebert2-1/+3
[skip sauce] [skip validator]
2016-02-15Extract $modal-content-border-width variableChris Rebert2-2/+3
[skip sauce] [skip validator]
2016-02-15Extract $modal-{header,footer}-border-width variablesChris Rebert2-2/+4
[skip sauce] [skip validator]
2016-02-15Extract $modal-dialog-sm-up-margin-y variableChris Rebert2-1/+2
[skip sauce] [skip validator]