1. 14 Feb, 2020 1 commit
  2. 12 Feb, 2020 1 commit
  3. 11 Feb, 2020 1 commit
  4. 10 Feb, 2020 1 commit
  5. 28 Jan, 2020 1 commit
  6. 17 Jan, 2020 1 commit
  7. 25 Dec, 2019 2 commits
  8. 14 Dec, 2019 1 commit
  9. 25 Nov, 2019 1 commit
  10. 07 Nov, 2019 2 commits
  11. 31 Oct, 2019 2 commits
  12. 28 Oct, 2019 2 commits
  13. 25 Oct, 2019 2 commits
  14. 18 Oct, 2019 1 commit
  15. 12 Oct, 2019 2 commits
  16. 03 Oct, 2019 3 commits
  17. 01 Oct, 2019 1 commit
  18. 27 Sep, 2019 1 commit
  19. 30 Aug, 2019 2 commits
  20. 27 Aug, 2019 2 commits
  21. 22 Aug, 2019 1 commit
  22. 18 Aug, 2019 1 commit
  23. 16 Aug, 2019 1 commit
  24. 09 Aug, 2019 1 commit
  25. 03 Aug, 2019 1 commit
  26. 25 Jul, 2019 5 commits
    • XhmikosR's avatar
      Update _variables.scss · 21f3375f
      XhmikosR authored
      21f3375f
    • ysds's avatar
      Fix variable name · 18d75e32
      ysds authored
      18d75e32
    • Martijn Cuppens's avatar
      Reboot updates · 855d763a
      Martijn Cuppens authored
      - Remove unsupported browsers fixes
      - More consistent comment blocks
      - Reorganise order of some blocks
      - Add height fix for date/month/week/time inputs (#18842)
      - Remove redundant type selectors
      - Additional resets and theming options for `legend`
      - Add date & color inputs to reboot page
      - Use the same borders for text search, text inputs, textareas and date inputs
      - Move code styling to reboot
      855d763a
    • Martijn Cuppens's avatar
      Drop `.pre-scrollable` class · 97e9214e
      Martijn Cuppens authored
      97e9214e
    • Martijn Cuppens's avatar
      Drop `color()`, `theme-color()` & `gray()` functions (#29083) · 1c05c1db
      Martijn Cuppens authored
      Drop `color()`, `theme-color()` & `gray()` functions  in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. 
      
      Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
      1c05c1db