aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Convert progress bars to CSS variables (#35962)Mark Otto1-9/+20
2022-03-17Convert toasts to CSS variables (#35961)Mark Otto1-14/+30
2022-03-17Convert spinners to CSS variables (#35960)Mark Otto1-21/+37
2022-03-17Revert #35759, fixes #35869Mark Otto1-25/+25
2022-03-17Fixes #36015: Fix pagination link border-radius if statementMark Otto1-1/+1
2022-03-17Fixes #36016: Update .dropdown-item paddingMark Otto1-1/+1
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto26-559/+574
2022-03-11Convert breadcrumb to CSS variablesMark Otto1-8/+23
2022-03-11Allow to set active and disabled class also to .page-link (#35804)A Web Artisan1-14/+16
2022-03-11Set opacity on dropdown-divider for nowMark Otto1-0/+1
2022-03-11Updates -color to use rgba()Mark Otto1-1/+1
2022-03-11Adjust border-radius values and add some new utilitiesMark Otto2-3/+9
2022-03-11Fix some instances of lazy Sass math when multiplying new CSS var based borde...Mark Otto3-5/+5
2022-03-10Ignore warning for `.navbar-light` deprecation (#35995)XhmikosR1-1/+1
2022-03-08Convert popovers to CSS variablesMark Otto3-50/+91
2022-03-08Deprecate the tooltip-arrow-bg color since we're using CSS variables to set t...Mark Otto2-3/+3
2022-03-08Document new CSS vars in tooltip docsMark Otto1-0/+1
2022-03-08Convert tooltips to CSS varsMark Otto1-27/+43
2022-03-08Fix dropdownslouismaxime.piton1-1/+1
2022-03-07Add missing root border opacity CSS varJulien Déramond1-0/+1
2022-03-02fix:border-widthcccabinet1-0/+1
2022-03-01Split CSS vars for padding values (#35921)Mark Otto4-11/+20
2022-02-28fix(forms): color input with validation iconGaël Poupard1-0/+8
2022-02-28fix(tooltips|popovers): RTL arrowsGaël Poupard2-0/+12
2022-02-28.louismaxime.piton1-1/+1
2022-02-28Use the new CSS variable in dropdown menu.louismaxime.piton1-1/+1
2022-02-28Add centered dropdown and dropup optionsMark Otto1-1/+3
2022-02-28Replace instances of Sass vars for CSS variable versions of border-color and ...Mark Otto3-22/+23
2022-02-28Convert border utilities to CSS variablesMark Otto4-12/+47
2022-02-28Remove thicker border on table thead elementsMark Otto1-5/+3
2022-02-25Prefer Linux-specific fonts over ArialErik Faye-Lund1-1/+1
2022-02-25move theme-colors (vars+map) after color tints definitionsmaks1-24/+24
2022-02-25Add z-index for .toast-container (#35859)Mark Otto2-0/+3
2022-02-25Use all dropdowns CSS variablesJulien Déramond1-4/+4
2022-02-24Base .text-muted on body colorMark Otto1-1/+1
2022-02-24`media-breakpoint-only` now passes `$breakpoints` int `breakpoint-max`. Fixe...Richard Giraud1-1/+1
2022-02-23Replace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}`Julien Déramond1-1/+2
2022-02-22Rely on `border-width` for `<hr>` size (#35491)Gaël Poupard2-10/+9
2022-02-18Apply list group numbering to all items (#35822)Jann Westermann1-1/+1
2022-02-18Add null modal-footer-bg variable (#35858)Mark Otto2-0/+2
2022-02-17New CSS variable for Navbars (#35829)Louis-Maxime Piton1-1/+2
2022-02-17Add !important property to colored links. (#35740)Nudasoft1-2/+2
2022-02-16Rename dropdown-shadow to dropdown-box-shadow for consistencyMark Otto1-3/+3
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto2-41/+62
2022-02-16Fixed border radius var name and .show targetEugene Kopyov2-2/+2
2022-02-14Convert dropdowns to CSS variablesMark Otto1-60/+62
2022-02-14Convert .btn and mixins to use CSS variablesMark Otto2-120/+104
2022-02-14Correct the horizontal padding on grid containers (#35825)Mark Otto2-3/+3
2022-02-10Convert .badge to CSS variablesMark Otto1-5/+15
2022-02-08Fix overriding styles of `.list-group-item-action`Anton1-27/+24