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

Breadcrumb

  1. Drupal Core 11.1.x

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) {
  15. /* 1200px (large) + 80px (side margins) = 1280px */
  16. .region-highlighted {
  17. padding: 0;
  18. }
  19. }
RSS feed
Powered by Drupal