1. 23 Sep, 2020 1 commit
  2. 22 Sep, 2020 6 commits
  3. 21 Sep, 2020 1 commit
    • Jaume Sala's avatar
      Extra position utilities (#31280) · 7bbfd439
      Jaume Sala authored
      
      * Extra position utilities
      
      Given that there are utilities for the *position* property, it seems logic to have utilities for the *top*, *left*, *bottom* and *right* propertires.
      
      * Update extra position utilities
      
      * add default position values map
      
      * tweak examples
      
      * add real life examples
      
      * fix double colon
      
      Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
      7bbfd439
  4. 15 Sep, 2020 1 commit
  5. 09 Sep, 2020 1 commit
  6. 03 Aug, 2020 1 commit
  7. 02 Aug, 2020 1 commit
    • Patrick H. Lauke's avatar
      Add padding to badges (#31132) · a21f6052
      Patrick H. Lauke authored
      * Add padding to badges
      
      The current badges are very tightly padded, and because the top and bottom padding are the same, and aligned to the baseline, this makes badges with descenders (e.g. the "g" in "Danger") look uncomfortably close to the bottom. Adding more ample padding masks this a bit.
      An alternative would be to have separate top and bottom padding, with the bottom one slightly larger than the top - but conversely, that then makes badges that contain no text with descenders, and particularly badges that contain all uppercase characters, look too bottom-heavy.
      Also adding some left/right extra padding, as currently the pill badges look uncomfortably tight on the sides due to the rounding.
      a21f6052
  8. 31 Jul, 2020 1 commit
  9. 13 Jul, 2020 1 commit
  10. 11 Jul, 2020 1 commit
    • Mark Otto's avatar
      Add null variables for nav-link · 2b4db023
      Mark Otto authored
      Replaces #30498 by adding four new null default variables for .nav-link. Doesn't carry over font-style from the original PR though since that's rarely used, at least by default Bootstrap. Nullifies all values from that PR, too, since we count on some basic inheritance here and don't need color by default.
      2b4db023
  11. 24 Jun, 2020 1 commit
  12. 23 Jun, 2020 1 commit
  13. 17 Jun, 2020 1 commit
  14. 12 Jun, 2020 1 commit
  15. 09 Jun, 2020 1 commit
  16. 15 May, 2020 2 commits
    • Martijn Cuppens's avatar
      Improve gradients · b531bda0
      Martijn Cuppens authored
      - Use a semitransparent gradient from light to dark which works on any background-color
      - Store the gradient as a custom property (--bs-gradient)
      - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled
      - Add gradients to navbar, active page links and badges when gradients are enabled
      b531bda0
    • Mark Otto's avatar
      v5: Update color on custom switch focus state · bbeda10e
      Mark Otto authored
      Replaces a custom hsla() value (dunno what I was thinking when I added this) with a reassigned existing variable. This variable goes up the stack and attaches to the component-active-bg variable, derived from our primary color out of the box. Fixes #30646.
      bbeda10e
  17. 14 May, 2020 1 commit
  18. 12 May, 2020 1 commit
  19. 30 Apr, 2020 1 commit
  20. 27 Apr, 2020 2 commits
  21. 24 Apr, 2020 2 commits
  22. 20 Apr, 2020 1 commit
  23. 16 Apr, 2020 1 commit
  24. 15 Apr, 2020 2 commits
  25. 14 Apr, 2020 4 commits
  26. 13 Apr, 2020 2 commits
    • Mark Otto's avatar
      Update docs for new XXL grid tier · 7dedccfb
      Mark Otto authored
      - Updates mentions of number and exact tiers
      - Updates grid example to include xxl container
      - Adds some scss-docs references
      - Cleans up other grid mentions and docs
      - Updates navbar example to include an expand at XXL variant
      7dedccfb
    • Mark Otto's avatar
      Add an xxl grid tier · 6fdb8e6e
      Mark Otto authored
      - 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
      6fdb8e6e
  27. 10 Apr, 2020 1 commit