aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-09-08Replace Sass division with multiplication and custom divide() functionMark Otto1-7/+7
Fixes #34353. Co-Authored-By: Slaven Tomac <[email protected]>
2021-05-21Spinner alignment changesMark Otto1-3/+4
2021-02-08_variables.scss: add missing newline before new section (#32868)pricop1-0/+1
2021-01-19Backport #32037 (#32833)XhmikosR1-0/+2
* Backport #32037 Add `.navbar-nav-scroll` for vertical scrolling of navbar content * drop the css var for a Sass css Co-authored-by: Mark Otto <[email protected]>
2021-01-15Lighten disabled dropdown text to $gray-500Mark Otto1-1/+1
Fixes #32474
2021-01-13Darken dropdown item hover stylePatrick H. Lauke1-1/+1
Backport of https://github.com/twbs/bootstrap/pull/32754
2021-01-08Backport #32423XhmikosR1-0/+2
Add two new variables for pagination border-radius values
2020-11-13Manually backport #32121 (#32141)XhmikosR1-1/+1
Use correct value order Co-authored-by: Martijn Cuppens <[email protected]>
2020-10-27Handle the Ubuntu sans-serif case (#31657)Gaël Poupard1-1/+1
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu). I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today… BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts. Co-authored-by: XhmikosR <[email protected]>
2020-10-05Backport Reboot's th updatesMark Otto1-0/+1
Manually backports #30781 to v4.
2020-09-30Add new variable for -padding-xMark Otto1-0/+1
(cherry picked from commit fe77208a01b9b41ce13a9c68139d9f1618c48ec9)
2020-06-24Stylelint: remove redundant inline suppressionsXhmikosR1-12/+5
2020-06-04fix(custom forms): nullify box-shadow for custom forms' states (#30957)Gaël Poupard1-3/+3
Co-authored-by: XhmikosR <[email protected]>
2020-05-11Add new interaction utilities and role attr to Reboot (#30562)Mark Otto1-0/+1
- Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select
2020-02-17Added new variable for padding on dropdown header (#29946)Giovanni Mendoza1-0/+1
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-01-02Escape brackets (#29857)Martijn Cuppens1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2019-11-25Fixed input-height-sm and input-height-lg calculations (#29653)Sam Duvall1-2/+2
2019-11-07Make check label cursor customizable (#29633)Gary PEGEOT1-0/+1
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S1-0/+1
2019-11-02Add configurable button text wrapping (#29554)Martijn Cuppens1-0/+1
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens1-2/+2
2019-11-01Add add and subtract functionysds1-10/+10
2019-10-14Add variable for `$breadcrumb-font-size` (#29467)astrahov1-0/+2
2019-10-14Variable card height (#29462)Martijn Cuppens1-0/+1
2019-09-26CleanupMark Otto1-0/+1
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
2019-08-17Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens1-0/+3
2019-08-17Fix Firefox rendering issue (#29234)Martijn Cuppens1-1/+1
2019-07-30Optimize the inline SVGs.XhmikosR1-6/+6
2019-07-30Backport "Use escape-svg() function (#29077)"Martijn Cuppens1-11/+18
Adapted for v4-dev.
2019-07-10Change invalid icon from cross to exclamation mark (#28944)Martijn Cuppens1-1/+1
The cross icon was confusing since some browsers use it as a reset button.
2019-06-18Fix width and height of data svg images in IE10 (#28883)Morteza Ziyae1-10/+10
2019-05-30Calc modal header/footer border radius according to the border width (#28775)Shohei Yoshida1-0/+1
2019-05-09Fix incorrect variable for popover border radius (#28733)Shohei Yoshida1-0/+1
* Use $popover-border-radius * Move and rename the local $offset-border-width to the global variable
2019-04-29Add `$custom-control-label-color` variable (#28633)Shohei Yoshida1-0/+2
2019-04-29Remove scss variable defined twice (#28567)Loïc Goyet1-1/+0
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-9/+9
2019-02-07Optional btn & input font sizes (#28068)Martijn Cuppens1-0/+5
2019-02-07Add map-name param to _assert-starts-at-zero (#24986)Zachary Welch1-1/+1
* Add map-name param to _assert-starts-at-zero * Set default value for backwards compatibility
2019-01-22Add `deprecate()` mixin (#28092)Martijn Cuppens1-0/+1
2019-01-20Make component colors configurable (#28035)Martijn Cuppens1-0/+6
2019-01-13Remove map-merge (#28033)Martijn Cuppens1-23/+13
2019-01-13Sync dropdown font size to base font sizeMartijn Cuppens1-1/+1
2019-01-13Sync dropdown font size with btn font sizeMartijn Cuppens1-0/+1
2019-01-13Prevent useless property renderingMartijn Cuppens1-2/+2
2019-01-13Don't render a background by defaultMartijn Cuppens1-1/+1
2019-01-13Prevent rendering of color property by defaultMartijn Cuppens1-1/+1
2019-01-14Change comment heading title to `Typography` (#28032)Martijn Cuppens1-1/+1
2019-01-14Align toast variables (#28041)Martijn Cuppens1-13/+14
2019-01-13Change default custom select styles (#28027)Martijn Cuppens1-3/+3
2019-01-11Add form-validation-states Sass map (#27999)Mark Otto1-0/+15