aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2020-04-13Add an xxl grid tierMark Otto1-2/+4
- Staring at my laptop, I realized I'm wasting away space. This adds a significant amount of CSS, but it feels right already. - Added the xxl tier with a width that divides by 12 - Motivation was originally trying to have a third column for our toc so that our docs are more useful
2020-04-11Use `box-shadow` mixin for `.btn` (#30512)Catalin Zalog1-8/+8
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-11Use `box-shadow` mixin for `.form-select` (#30555)Catalin Zalog1-1/+2
2020-04-10Use custom properties for font-stacks (#30509)Gaël Poupard3-3/+3
2020-04-09Add checkbox transition (#30528)Martijn Cuppens2-5/+2
2020-04-08Fix spinner-grow animation (#30504)Mark Otto1-0/+1
* Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]>
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens7-3/+17
Co-authored-by: XhmikosR <[email protected]>
2020-04-06Add `.card-footer` color (#30515)Catalin Zalog1-0/+1
2020-04-06Add nav link transition (#29988)Martijn Cuppens2-0/+2
2020-04-02Fix card list group borders & radii (#30497)Martijn Cuppens2-19/+17
2020-04-01Use `box-shadow` mixin for form controls (#30480)Catalin Zalog1-2/+2
2020-04-01Fix border radiiMartijn Cuppens1-1/+9
2020-04-01Fix CSS and improve docsysds3-29/+19
2020-04-01Add Full-Screen size to Modal and Responsive variations for breakpointsgsoti3-0/+31
(Works from breakpoint and down)
2020-04-01transition() mixin prevent redundant 'transition: none' and pass `null` (#30391)Shohei Yoshida1-4/+14
* Prevent redundant 'none' for prefers-reduced-motion * Output warning when use 'none' or 'null' with multiple arguments * Fix for libsass(node-sass)
2020-04-01Fix date inputs heights in safariMartijn Cuppens2-13/+1
2020-03-31Fix text decorations (#30492)Martijn Cuppens1-1/+2
Co-authored-by: XhmikosR <[email protected]>
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens7-8/+17
2020-03-31Use variables for list-group-item color levels (#30009)Yannik Hampe2-1/+3
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-31Cleanup responsive tables (#30482)Martijn Cuppens1-17/+8
2020-03-30Switch to custom properties to control grid gutter widths (#30475)Martijn Cuppens2-38/+23
2020-03-28Order sizes variables (#30479)Catalin Zalog1-9/+9
2020-03-24Add `.caption-top` for tables (#30435)Mark Otto2-1/+8
* Move caption-side to <table> element in Reboot * Add class for .caption-top
2020-03-23File chooser size (#30040)Zedicius2-2/+32
Co-authored-by: David Van Doninck <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-23Make form-check label customizable (#30426)Catalin Zalog2-0/+2
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-23Added focus state to .btn-link (#30036)Tim Dujardin1-1/+0
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard4-18/+48
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens1-1/+1
2020-03-23Simplify input groups by dropping `.input-group-prepend` and ↵Martijn Cuppens1-72/+25
`.input-group-append`
2020-03-21Fix wrapping bug (#30345)Martijn Cuppens1-1/+8
2020-03-20Merge branch 'master' into underline-linksMartijn Cuppens9-112/+12
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens5-5/+5
2020-03-18Remove underline hack for breadcrumbsMartijn Cuppens1-5/+1
2020-03-18Remove Internet Explorer leftoversysds1-9/+0
2020-03-18Drop IE support from SassMartijn Cuppens6-67/+11
2020-03-18Remove Internet Explorer leftoversXhmikosR4-21/+0
2020-03-18Revert "Revert "Remove IE-specific breadcrumb CSS hack""XhmikosR1-10/+0
This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1.
2020-03-17Enable underlines for linksMark Otto1-2/+2
2020-03-16fix(css): adds a new opacity varCatalin Zalog2-4/+5
Fixes beeing able to control `.is-valid` & `.is-invalid` input:focus opacity
2020-03-15style: applies ascending orderCatalin Zalog1-1/+1
2020-03-14Fix pseudo paddings and heightMartijn Cuppens1-3/+12
2020-03-14feat(css): groups hr elementCatalin Zalog1-2/+1
2020-03-13Use `display: block;` for form elementsMartijn Cuppens2-4/+1
2020-03-10Change container padding to 1remMartijn Cuppens1-1/+1
2020-03-10Add row-cols-auto and responsive variantsMartijn Cuppens1-0/+4
2020-03-10bootstrap-grid.css: Only apply `box-sizing: border-box` to the columns ↵Martijn Cuppens2-9/+3
instead of using the universal selector
2020-03-10Remove card decks in favor of the gridMartijn Cuppens2-25/+0
2020-03-10Bootstrap 5 gridMartijn Cuppens6-127/+46
2020-03-09Minor `.nav-tabs` optimization (#30288)Yogini Bende1-4/+1
2020-03-05$link-decoration: underline affects some components (#30262)Martijn Cuppens5-0/+5
Co-authored-by: Shohei Yoshida <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>