tabs.css

This file is used to style the tabs region.

File

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

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

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