aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2020-02-10Introduce posibility to disable !important suffix for utility classes (#29625)Martijn Cuppens2-1/+2
2020-02-03Split grid & containers (#29146)Martijn Cuppens8-131/+133
2020-01-28Add transition and add box-shadow for navbar-toggler (#30038)Cinnead2-1/+9
Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-01-25Prevent grid with default cols from breaking when large pre was present (#30049)Jens Luyten1-0/+1
2020-01-23IE auto-size input-group to column (#30043)jorimvanhove1-1/+2
2020-01-17Navbar link color contrast (#30034)jorimvanhove1-2/+2
2020-01-07Inherit flex-wrap to decrease generated css (#29951)Martijn Cuppens1-20/+5
2020-01-04Remove redundant `overflow-wrap` propertyMartijn Cuppens1-2/+2
While `overflow-wrap` is the more recommanded option, `word-wrap` alone has a wider support.
2020-01-04Use word-wrap in .text-break for IE and Edge compatibility.Florian Lacreuse2-2/+2
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR4-8/+8
2019-12-30Drop `.text-justify` class (#29793)Martijn Cuppens1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2019-12-27Simplify disabled styles (#29296)Martijn Cuppens5-61/+40
* Simplify disabled styles * Mention pointer-events usage
2019-12-25Escape brackets (#29857)Martijn Cuppens2-1/+8
Co-authored-by: XhmikosR <[email protected]>
2019-12-25Allow percentages in container widths (#29819)Martijn Cuppens1-1/+9
2019-12-25Remove redundant top margin (#29883)Martijn Cuppens1-6/+0
2019-12-25Navbar optimizations (#29864)Martijn Cuppens2-9/+6
- Remove redundant `display: inline-block` from flex children - Remove `line-height: inherit;` which is the default value of `line-height` - Use flex shorthand - Improve background shorthand - Fix removed brand margin caused by requiring containers in navbars
2019-12-14Remove the deprecated `form-control-focus` mixinXhmikosR1-28/+0
2019-12-14Adjust card spacing variables (#29813)Brendan2-11/+14
2019-12-09Remove `.form-group` leftovers (#29449)wojtask91-14/+1
2019-12-06Add font style normal (#29744)Matthieu Vignolle1-1/+1
2019-12-06Use pseudo-class too for disabled check/radio (#29740)jeromelebleu2-6/+10
2019-11-28Fix breadcrumb spacing with whitespace (#29745)719media1-0/+2
2019-11-28Fix dart Sass compatibility for subtract (#29763)Shohei Yoshida1-1/+1
2019-11-28Fix dart Sass compatibility (#29755)Martijn Cuppens1-1/+1
2019-11-27Change deprecated html tags to text decoration classes (#29604)Matthieu Vignolle1-1/+1
2019-11-25Enable RFS for font resizingMartijn Cuppens2-85/+204
- Enable RFS - Add documentation - Disable doc font size overrides
2019-11-24Compressed Sass output support (#29702)Martijn Cuppens1-10/+10
2019-11-24Set vertical-align on .form-check-input (#29521)Jonathan Hefner1-0/+1
This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`.
2019-11-24Keep themed appearance for print (#29714)Martijn Cuppens1-0/+2
2019-11-07Make check label cursor customizable (#29654)Martijn Cuppens2-0/+2
2019-11-07Fixed input-height-sm and input-height-lg calculations (#29653)Sam Duvall1-2/+2
2019-11-04progress: Fix IE overflow (#29629)Martijn Cuppens1-0/+1
2019-10-31Revert complex calculationMartijn Cuppens1-2/+1
2019-10-31Add add and subtract functionysds6-30/+68
2019-10-28Remove redundant "Navbar divider" from "Contents" (#29601)Matias Puhakka1-1/+0
2019-10-28Update .form-check to properly support gradients when enabled (#29338)Mark Otto4-10/+38
2019-10-27v5: Simplify navbars by requiring containers (#29339)Mark Otto2-20/+5
* v5: Simplify navbars by requiring containers * Update migration docs for navbar
2019-10-25Added animation when modal backdrop is static (#29516)Higor Araújo dos Anjos2-0/+6
2019-10-25Add configurable button text wrapping (#29554)Martijn Cuppens2-0/+2
2019-10-18v5: Update colors to add shades and tints (#29348)Mark Otto2-0/+110
* Add variables for shades and tints of each major color * getting-started/theming.md: use a `range`.
2019-10-17Add make-col-auto mixin (#29367)Mark Otto2-3/+7
2019-10-12Fix top level ampersand (#29518)Martijn Cuppens1-3/+5
Fixes dart sass compatibility.
2019-10-12Carousel variables (#29493)leshasmp2-3/+5
2019-10-12Group line-height variables (#29466)astrahov1-3/+3
2019-10-12Add color argument to button mixins (#29444)Jeremy Jackson1-12/+28
Add optional `$color` argument to `button-variant()` and `button-outline-variant()` for additional flexibility.
2019-10-10Add new .bg-body utility class (#29511)Mark Otto1-0/+1
2019-10-03Add variable for `$breadcrumb-font-size` (#29467)astrahov2-0/+3
2019-10-03Fix border for single card in accordion (#29453)Martijn Cuppens1-14/+4
2019-10-03Variable card height (#29462)Martijn Cuppens2-0/+2
2019-10-03Better radio input (#29441)Paweł Kuna1-1/+1