Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

olivero.breakpoints.yml

core/themes/olivero/olivero.breakpoints.yml

File

core/themes/olivero/olivero.breakpoints.yml

View source
  1. olivero.sm:
  2. label: Small
  3. mediaQuery: 'all and (min-width: 500px)'
  4. weight: 0
  5. multipliers:
  6. - 1x
  7. olivero.md:
  8. label: Medium
  9. mediaQuery: 'all and (min-width: 700px)'
  10. weight: 1
  11. multipliers:
  12. - 1x
  13. olivero.lg:
  14. label: Large
  15. mediaQuery: 'all and (min-width: 1000px)'
  16. weight: 2
  17. multipliers:
  18. - 1x
  19. olivero.xl:
  20. label: X-Large
  21. mediaQuery: 'all and (min-width: 1300px)'
  22. weight: 3
  23. multipliers:
  24. - 1x
  25. olivero.nav-md:
  26. label: Nav Medium
  27. mediaQuery: 'all and (min-width: 500px)'
  28. weight: 4
  29. multipliers:
  30. - 1x
  31. olivero.nav:
  32. label: Nav
  33. mediaQuery: 'all and (min-width: 1200px)'
  34. weight: 5
  35. multipliers:
  36. - 1x
  37. olivero.grid-md:
  38. label: Grid Medium
  39. mediaQuery: 'all and (min-width: 700px)'
  40. weight: 6
  41. multipliers:
  42. - 1x
  43. olivero.grid-max:
  44. label: Grid Max
  45. mediaQuery: 'all and (min-width: 1440px)'
  46. weight: 7
  47. multipliers:
  48. - 1x

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal