aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
AgeCommit message (Collapse)AuthorFilesLines
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-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
2017-10-02Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-devMark Otto1-0/+1
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+4
2017-10-02Opaque input borders (#24198)Mark Otto1-1/+1
2017-10-02Revert input group border changes (#24197)Mark Otto1-1/+0
Turns out #22612 is a bad idea and it makes all sorts of weird visual glitches when working with form controls and transparent borders.
2017-09-27Add quotes to mapping keys (#23701)Martijn Cuppens1-30/+30
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR1-2/+2
2017-08-21(#22414) Rename variables `$table-inverse-bg`, `$table-inverse-accent-bg`, ↵Patrick Yeo1-5/+5
`$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency
2017-08-20drop the now unused -color variableMark Otto1-1/+0
2017-08-20Drop the variables file table of contents and update the comment at the topMark Otto1-38/+0
I never use this dang list and it just falls out of date far too easily. Dropping for my own sanity.
2017-08-14Adds a default flag to paragraph-margin-bottom (#23420)Andres Galante1-1/+1
2017-08-14Removed comment (#23415)Jurre1-3/+0
There is no _custom.scss file anymore.
2017-08-14changes 1px to border-width variable on cardsAndres Galante1-1/+1
2017-08-14Add option to disable carets on dropdowns through `$enable-caret`Patrick Yeo1-0/+1
2017-08-13Use empty Sass map and merge into it for easier customization of color maps ↵Mark Otto1-6/+9
(#23260)
2017-08-13Redo .card-deck and .card-group so they're always flex (#22860)Mark Otto1-1/+2
2017-08-10Input Group Addon add option to configure `$input-group-addon-color`Patrick Yeo1-0/+1
2017-08-10Custom File padding-x and padding-y values are reversed (#23067)Patrick Yeo1-10/+10
Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled Custom File variables should inherit from inputs
2017-08-10Add margin variable for paragraphs (#23140)Prateek Goel1-0/+7
2017-08-10Add margin variable for breadcrumb (#23138)Prateek Goel1-0/+2
* add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review
2017-08-10`$input-height-inner-lg` should use `$font-size-lg` instead of ↵Patrick Yeo1-1/+1
`$font-size-sm` (#23150)
2017-08-10Emoji Defaults (#22565)Pascal Pixel1-1/+1
2017-08-10Add "$border-color" variableenvolute1-0/+1
2017-08-10Add SF Mono to the monospace font stackMark Otto1-1/+1
2017-08-10Only add CSS transitions on Buttons for background-color, border-color, and ↵Patrick Yeo1-1/+1
box-shadow
2017-08-10Fix border on input group elements and custom form inputsNathan Woltman1-0/+1
c3e4cbd changed the border of input elements to be translucent. This commit makes input group elements and custom form inputs follow the same pattern.
2017-08-10300, not lightMark Otto1-1/+1
2017-08-10Add $font-weight-light varMark Otto1-0/+1
2017-08-04(#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer`Patrick Yeo1-1/+1
2017-07-16(#22414) Rename for consistency `$custom-checkbox-border-radius`, ↵Patrick Yeo1-7/+7
`$custom-checkbox-icon-checked`, `$custom-checkbox-indeterminate-bg`, `$custom-checkbox-icon-indeterminate`, `$custom-checkbox-indeterminate-box-shadow`, `$custom-radio-border-radius`, `$custom-radio-icon-checked` to `$custom-checkbox-indicator-border-radius`, `$custom-checkbox-indicator-icon-checked`, `$custom-checkbox-indicator-indeterminate-bg`, `$custom-checkbox-indicator-icon-indeterminate`, `$custom-checkbox-indicator-indeterminate-box-shadow`, `$custom-radio-indicator-border-radius`, `$custom-radio-indicator-icon-checked`, respectively
2017-07-01follow up to 4e067f722Mark Otto1-1/+1
2017-07-01remove unused $list-group-color variable; it should naturally inherit from ↵Mark Otto1-1/+0
the body
2017-07-01match btn transition to inputMark Otto1-1/+1
2017-07-01remove some unused vars, restore table-active variantMark Otto1-5/+0
2017-07-01badge variants are generated from -colors Sass mapMark Otto1-6/+0
2017-07-01button variants are generated from -colors Sass mapMark Otto1-24/+0
2017-07-01no xs sizes being usedMark Otto1-1/+0
2017-06-30make card headers and footers translucentMark Otto1-1/+1