aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
AgeCommit message (Expand)AuthorFilesLines
2021-03-02Offcanvas as component (#29017)GeoSot1-4/+22
2021-03-02Reset select:disabled opacity and null-ify color to fix rendering differences...Mark Otto1-1/+1
2021-03-01fix(list-group): properly set a color on list-group-itemsGaël Poupard1-1/+1
2021-02-16Clear duplicated class `border-0` (#32925)k-utsumi1-1/+0
2021-02-10Add input focus blur variableSam Willis1-1/+2
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-21/+110
2021-02-03Update docs for color and bg utilitiesMark Otto1-0/+10
2021-01-14Drop transition on .form-check, keep on .form-switchMark Otto1-2/+3
2021-01-14Lighten disabled dropdown text to $gray-500Mark Otto1-1/+1
2021-01-11Darken dropdown item hover style (#32754)Patrick H. Lauke1-1/+1
2020-12-28Tweak .form-select padding (#32419)Mark Otto1-3/+3
2020-12-17Add variables for modifying button state colours. (#32317)Dylan Anderson1-0/+9
2020-12-14Add two new variables for pagination border-radius values (#32423)Mark Otto1-0/+3
2020-12-04Add toast positioningMartijn Cuppens1-0/+1
2020-12-04feat(RTL): implement RTLGaël Poupard1-8/+9
2020-12-01Remove background, padding, border from breadcrumb containerPatrick H. Lauke1-4/+4
2020-11-14Simplify make-container() (#31735)Gaël Poupard1-1/+1
2020-11-13Rename scale-color() function to shift-color() to avoid collision with Sass's...Mark Otto1-7/+7
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto1-2/+0
2020-11-08Add checks to fix color contrast issues (#32085)Martijn Cuppens1-2/+2
2020-11-06_variables.scss: reorder SVG attributesXhmikosR1-6/+6
2020-11-06Shade color for better color contrastMartijn Cuppens1-1/+1
2020-11-06Fix missing border & add transitionsMartijn Cuppens1-0/+4
2020-11-06Add dedicated accordion component based on Collapse JSMark Otto1-0/+27
2020-11-03Form file docs and overrides (#32058)Gaël Poupard1-1/+1
2020-10-30Updated .rounded utilities (#31687)Mark Otto1-6/+6
2020-10-29Remove explicit heights on form elements (#31993)Martijn Cuppens1-3/+0
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens1-28/+2
2020-10-27v5: Floating labels (#30449)Mark Otto1-2/+9
2020-10-26v5: Add .fs-* utilities for font-size and rename font-weight/-style utilities...Mark Otto1-0/+11
2020-10-22Handle the Ubuntu sans-serif case (#31657)Gaël Poupard1-1/+1
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard1-0/+1
2020-10-13Colors rewrite (#30622)Martijn Cuppens1-111/+107
2020-09-30Add Sass variable for CSS variable prefix (#31684)Mark Otto1-2/+6
2020-09-29feat(colors): bump dark to gray-900 (#30550)Gaël Poupard1-1/+1
2020-09-29Fix disabled checkbox toggle buttons (#31651)Nikita Mikhaylov1-0/+4
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR1-2/+2
2020-09-28_variables: change $btn-close-bg's attribute order (#31772)XhmikosR1-1/+1
2020-09-25Restore `rem` unit (#31746)Martijn Cuppens1-1/+1
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto1-4/+8
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto1-0/+13
2020-09-23Match container gutters with row guttersMark Otto1-1/+1
2020-09-23Rename the classes and docs page, update everything accordinglyMark Otto1-6/+8
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto1-16/+4
2020-09-23Input group addon sass customization options (#31729)Martijn Cuppens1-0/+3
2020-09-22Add more variables, add a comment for the 3Mark Otto1-10/+13
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix s...Mark Otto1-1/+1
2020-09-22Add opacity variables, set opacity on disabled stateMark Otto1-0/+4
2020-09-22Increase width of focus styles so it's more pixel perfect out of the boxMark Otto1-1/+1
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update f...Mark Otto1-5/+7