1. 03 Mar, 2018 1 commit
  2. 24 Nov, 2017 1 commit
  3. 29 Oct, 2017 1 commit
    • Mark Otto's avatar
      Add `.modal-dialog-centered` for optional vertically centered modal (#24510) · b1623c44
      Mark Otto authored
      * Add .modal-dialog-centered for optional vertically cenetered modal
      
      Fixes #23638
      
      * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling
      
      * mention limitations
      
      * fix aria attr
      
      * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier.
      b1623c44
  4. 22 Oct, 2017 1 commit
    • XhmikosR's avatar
      Refactor a few selectors. (#24404) · 52d99a88
      XhmikosR authored
      1. move a couple of them before the more specific ones.
      2. change nesting to be under the same parent selector
      3. use the ampersand more
      52d99a88
  5. 03 Oct, 2017 2 commits
  6. 01 Oct, 2017 1 commit
  7. 22 Aug, 2017 1 commit
  8. 11 Aug, 2017 1 commit
  9. 13 Jun, 2017 1 commit
  10. 25 Dec, 2016 5 commits
  11. 20 Dec, 2016 2 commits
  12. 08 Dec, 2016 1 commit
  13. 28 Nov, 2016 1 commit
  14. 10 Nov, 2016 1 commit
  15. 27 Oct, 2016 2 commits
  16. 26 Oct, 2016 1 commit
  17. 04 Oct, 2016 1 commit
  18. 15 Sep, 2016 1 commit
  19. 16 Feb, 2016 4 commits
  20. 09 Feb, 2016 1 commit
  21. 07 Feb, 2016 1 commit
    • Mark Otto's avatar
      Updat modal sizing · 6c2b0d2b
      Mark Otto authored
      - Switch from width to max-width for all widths to avoid scaling outside viewport bounds
      - Rejigger the media queries for a more logical breakpoint for the large and small modal sizes
      - Avoids changing the width of the default modal (nullifying #17794 and fixing #17581)
      6c2b0d2b
  22. 17 Jan, 2016 1 commit
  23. 11 Jan, 2016 1 commit
  24. 23 Aug, 2015 1 commit
  25. 18 Aug, 2015 1 commit
  26. 13 Aug, 2015 1 commit
  27. 18 Apr, 2015 1 commit
  28. 29 Mar, 2015 1 commit
  29. 07 Jan, 2015 1 commit
    • Chris Rebert's avatar
      Kill scss/mixins/_media-queries.scss · cbb3b1ff
      Chris Rebert authored
      replaced media-xs => media-breakpoint-down(xs)
      replaced media-sm => media-breakpoint-up(sm)
      replaced media-sm-max => media-breakpoint-only(sm)
      replaced media-md => media-breakpoint-up(md)
      replaced media-md-max => media-breakpoint-only(md)
      replaced media-lg => media-breakpoint-up(lg)
      cbb3b1ff
  30. 24 Dec, 2014 1 commit