highlighted.css

Same filename in this branch
  1. 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/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. 9 core/profiles/demo_umami/themes/umami/css/components/regions/highlighted/highlighted.css
  4. 9 core/themes/bartik/css/components/highlighted.css

Styles for Bartik's highlighted component.

File

core/themes/bartik/css/components/highlighted.css

View source
  1. /**
  2. * @file
  3. * Styles for Bartik's highlighted component.
  4. */
  5. .has-featured-top .region-highlighted {
  6. background: #f0f0f0;
  7. background: rgba(30, 50, 10, 0.08);
  8. }
  9. .region-highlighted {
  10. margin: 0 15px;
  11. }

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