highlighted.css

Same filename in this branch
  1. 9 core/themes/bartik/css/components/highlighted.css
Same filename and directory in other branches
  1. 10 core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
  2. 11.x core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
  3. 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
  4. 8.9.x core/themes/bartik/css/components/highlighted.css

This file is used to style the highlighted region.

File

core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the highlighted region.
  4. *
  5. */
  6. .layout-highlighted {
  7. padding: 0 0 1em;
  8. background: #fff;
  9. }
  10. .region-highlighted {
  11. padding: 0 4%;
  12. }
  13. /* Extra large + side margins */
  14. @media screen and (min-width: 80rem) { /* 1200px (large) + 80px (side margins) = 1280px */
  15. .region-highlighted {
  16. padding: 0;
  17. }
  18. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.