aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11Swap for custom svg background that we can embed to set the color of the ↵Mark Otto1-0/+2
stroke via Sass variable
2016-09-08#14840 - Use color variables consistentlyKovah1-33/+33
Replaces some raw colors with the appropriate color variables Example: #eee will be replaced by $gray-lighter (#eceeef)
2016-09-07Follow up fix for #20667 (#20672)Mark Otto1-1/+1
Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name
2016-09-07v4: Card image fixes (#20667)Mark Otto1-1/+1
* Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images
2016-09-04fixes #20485: use rem units in alert dismiss (#20625)Mark Otto1-1/+1
2016-07-25Simplify system font stack to remove Linux fonts as they're too varied for ↵Mark Otto1-1/+1
our purposes
2016-07-23Merge branch 'v4-dev' into v4-navbarsMark Otto1-1/+6
2016-06-19Add comparability guard to _assert-ascending(); fixes #20123 (#20142)Chris Rebert1-1/+5
[skip sauce] [skip validator]
2016-05-14follow up to c6c0522598037fcdeb04dfa376910a7cb5fa0fa8: define those new varsMark Otto1-0/+2
2016-05-13more navbar variablesMark Otto1-0/+3
2016-05-12correction, -toggler-*Mark Otto1-2/+2
2016-05-12new var for -toggle-border-radiusMark Otto1-0/+1
2016-05-12add new variable for -toggle-font-sizeMark Otto1-0/+2
2016-05-12Alternate fix to #19006: Add a single variable for controlling that inner ↵Mark Otto1-0/+1
1px padding on .popover
2016-05-11Fixes #19563: Add variable for setting background-color on .bg-inverseMark Otto1-0/+1
2016-05-11Overhaul tables docs and use rgba() colors for inverse tablesMark Otto1-2/+2
- Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-05-11Unfuck those split button dropdownsMark Otto1-7/+0
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
2016-05-11Merge branch 'v4-dev' into v4-split-buttonsMark Otto1-22/+100
2016-05-09Merge branch 'add-input-focus-variables' of ↵Mark Otto1-0/+2
https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables
2016-05-09Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixinMark Otto1-0/+1
Use @border-radius and add $nav-tabs-border-radius variable
2016-05-08Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-stylingMark Otto1-1/+3
Add disabled styling for .custom-select
2016-05-08Merge pull request #19252 from twbs/card-img-overlay-paddingMark Otto1-0/+2
Add $card-img-overlay-padding variable
2016-05-08Merge pull request #19236 from twbs/carousel-icon-widthMark Otto1-0/+2
Extract $carousel-icon-width variable
2016-04-27add $inverse-bg and $inverse-colorChristopher Baker1-2/+4
2016-04-17remove references to -* outside _variables.scssChristopher Baker1-0/+5
2016-04-14Add disabled styling for .custom-selectMatthew Rayfield1-1/+3
2016-04-03Use @border-radius and add $nav-tabs-border-radius variablevsn4ik1-0/+1
2016-03-02Add $input-bg-focus and $input-color-focus variablesKevin P. Kucharczyk1-0/+2
2016-02-24@warn if minimum width of smallest breakpoint != 0alberto1-0/+9
Fixes #19217
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 Rebert1-0/+2
[skip sauce] [skip validator]
2016-02-17Extract $dropdown-padding-y variableChris Rebert1-0/+1
[skip sauce] [skip validator]
2016-02-17Extract $list-group-item-heading-margin-bottom variableChris Rebert1-2/+3
[skip sauce] [skip validator]
2016-02-17Merge pull request #19242 from twbs/carousel-caption-widthMark Otto1-0/+2
Extract $carousel-caption-width variable
2016-02-17Merge pull request #19239 from twbs/dropdown-margin-topMark Otto1-0/+1
Extract $dropdown-margin-top variable
2016-02-17Merge pull request #19237 from twbs/carousel-indicator-sizeMark Otto1-0/+2
Extract $carousel-indicator{-active}-size variables
2016-02-16Add $card-img-overlay-padding variableChris Rebert1-0/+2
[skip sauce] [skip variable]
2016-02-16Extract $navbar-brand-padding-y variableChris Rebert1-0/+1
[skip sauce] [skip validator]
2016-02-16Merge pull request #19250 from twbs/list-group-item-paddingChris Rebert1-0/+3
Add $list-group-item-padding-{x,y} variables
2016-02-16Add $card-columns-sm-up-column-gap variableChris Rebert1-0/+2
[skip sauce] [skip validator]
2016-02-16Add $list-group-item-padding-{x,y} variablesChris Rebert1-0/+3
[skip sauce] [skip validator]
2016-02-16Extract $code-padding-{x,y} variablesChris Rebert1-0/+2
[skip sauce] [skip validator]
2016-02-16Merge pull request #19246 from twbs/code-font-sizeChris Rebert1-0/+1
Extract $code-font-size variable
2016-02-16Extract $code-font-size variableChris Rebert1-0/+1
[skip sauce] [skip validator]
2016-02-16Add $figure-caption-font-size variableChris Rebert1-0/+5
[skip sauce] [skip validator]
2016-02-16Extract $carousel-caption{-sm-up}-width variablesChris Rebert1-0/+2
[skip sauce] [skip validator]
2016-02-16Extract $dropdown-item-padding-x variableChris Rebert1-0/+2
[skip sauce] [skip validator]
2016-02-16Extract $dropdown-margin-top variableChris Rebert1-0/+1
[skip sauce] [skip validator]
2016-02-16Extract $carousel-indicator{-active}-size variablesChris Rebert1-0/+2
[skip sauce] [skip validator]
2016-02-16Extract $carousel-control-sm-up-size variableChris Rebert1-0/+1
[skip sauce] [skip validator]