aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-12-30removes hardcoded value for nav-link paddingAndres Galante1-0/+2
2017-12-29Darken $gray-600 by 10% for AA contrast (#25123)Mark Otto1-1/+1
Closes #23319. Both `.text-muted` and `.btn-outline-secondary` (and indeed all secondary items) make use of `$gray-600`. New value provides a contrast ratio of 4.69.
2017-12-28lintingMark Otto1-1/+1
2017-12-28Move alert theme-color() levels to variablesMark Otto1-0/+4
Closes #24341
2017-12-28Allow customizing Popover and Tooltip `border-radius` while I'm at itPatrick Yeo1-0/+2
2017-12-28Allow customizing Popover and Tooltip `font-size` outside of `$font-size-sm`Patrick Yeo1-0/+2
2017-12-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-6/+1
2017-12-26smaller popover arrows for more reasonable visuals and more ideal pixel roundingMark Otto1-2/+2
2017-12-26Merge branch 'fix-arrows' of https://github.com/simonihmig/bootstrap into ↵Mark Otto1-4/+4
simonihmig-fix-arrows
2017-12-26Rewrite custom file inputMark Otto1-6/+1
- Changes the wrapping label to a div so we can style the label instead of another element while also supporting form validation. - Fixes form validation styles for custom file input (closes #24831). - Updates docs with validation styles (also adding example feedback text while I was there) and new how it works section.
2017-12-26Darken table border-colorMark Otto1-1/+1
Fixes #25016 which noticed a .thead-light and border-color of the .table-border are the same color.
2017-12-23Make custom select and file inputs 100% wideMark Otto1-1/+0
Matches browser default inputs and swaps some max-width properties for a regular width
2017-12-23Fix tooltip/popover arrow size and positionsimonihmig1-4/+4
2017-12-22Restyle code element, remove docs example overflow, improve docs examples ↵Mark Otto1-5/+5
(#25054) * Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs
2017-12-22Form check markup v2 (#25050)Mark Otto1-4/+3
* match layout behaviors * ditch the indicator as separate element for psuedo-elements on the label * move disabled to attribute only on input * redo default inline check to support new markup * redo inline forms * clean up vars * update validation mixin to new structure * update checks in docs * linting for for/id attributes
2017-12-01Adds variable for color yiq threshold (#24886)Andres Galante1-1/+3
2017-11-24Custom select updates (#24699)Mark Otto1-3/+7
* Add support for size attribute on custom selects * Add large custom select, document it and the small variant * fix custom select focus state * fix custom file input focus styles * remove empty line
2017-11-15Adds variables for form validation messages (#24767)Andres Galante1-0/+2
2017-11-06Nav Tabs use single variable to style `$nav-tabs-link-hover-border-color` ↵Patrick Yeo1-2/+2
and `$nav-tabs-link-active-border-color` (#24639)
2017-11-06Move hardcoded opacity value in `.btn:disabled` to variable ↵Patrick Yeo1-0/+1
`$btn-disabled-opacity` (#24680)
2017-11-06Convert px values to rem on tooltip variables (#23468)Andres Galante1-12/+11
* converts px valures to rem on tooltip variables * keep as px to match popover changes
2017-11-06changes list-inline-padding from 5px to .5remAndres Galante1-1/+1
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR1-2/+2
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
2017-11-02Convert modal's px units to rem (#23782)Andres Galante1-16/+16
2017-10-30adds variables for the hr element marginAndres Galante1-1/+3
2017-10-30changes colors references on variables.scss from hardcoded to variables on ↵Andres Galante1-10/+10
the theme
2017-10-25update new focus and shadow properties to use varsMark Otto1-0/+4
2017-10-22edit code commentsMark Otto1-3/+5
2017-10-22Update _variables.scssMark Otto1-1/+1
2017-10-22Merge branch 'v4-dev' into btn_input_split_variablesMark Otto1-51/+57
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR1-28/+28
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-22Add variable to configure the `$dropdown-border-radius`. (#24376)José Francisco1-0/+1
2017-10-22match property orderMark Otto1-1/+1
2017-10-22adds animation to color on outlined btnsAndres Galante1-1/+1
2017-10-22add vars for yiq color contrast functionMark Otto1-0/+4
2017-10-22Remove `thumbnail-transition` from `.img-thumbnail`.XhmikosR1-1/+0
We don't change anything so the transition is basically unused.
2017-10-19Gradients and shadows (#24429)Mark Otto1-3/+5
* Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables. - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow` variables with unified `$input-btn-focus-box-shadow` to match our combined variables approach elsewhere. * Put new focus width var to use in buttons mixins * use new button input-box shadow var * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true * use correct var * fix focus shadows in button mixins * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items * Generate .bg-gradient- utilities * add headings to colors page and document bg-gradient utils * update the button color for active status, check with yiq as it's done for basic state and hover state
2017-10-19Reindent _variables.scss. (#24428)XhmikosR1-20/+20
2017-10-19append btn-* and input-* variables and extends their from input-btn-* variablesi.sychev1-4/+35
2017-10-19Move theme variables outside of the theme map. (#23918)Andres Galante1-8/+17
2017-10-18Rename navbar height variables to reflect their value (#24161)Dylan Seago1-3/+3
2017-10-18Increase headings-line-height from 1.1 to 1.2 (#24423)Mark Otto1-1/+1
This way, descenders are not cropped when truncating. Fixes #23956.
2017-10-18Set font-sizes relative to font-size-base (#24060)tillmon1-20/+20
* font-sizes relative to font-size-base * ditch $heading-font-size-base, simplify * apply same to .lead var * also update progress bar font-size var
2017-10-17changes popovers from px to remAndres Galante1-9/+7
2017-10-10Use `$white` variable for `.navbar-dark`'s color. (#24309)XhmikosR1-1/+1
Using `rgba($white,1)` results in `white` instead of the hex.
2017-10-09Centered SVG icon within its own container (#24292)Gisete Kindahl1-2/+2
2017-10-07Reindent _variables.scss.XhmikosR1-419/+421
Now it's more consistent. Also switch to numeric values for font-weight.
2017-10-02Update input-btn-line-height vars to reassign global sm/lg varsMark Otto1-3/+3
2017-10-02Update input/button padding to fix cutoff text in Windows ChromeMark Otto1-2/+2
2017-10-02Badges add Sass variable to configure `$badge-border-radius` (#24213)Patrick Yeo1-0/+1