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

Breadcrumb

  1. Drupal Core 11.1.x

tabs.css

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css
  2. 11.1.x core/themes/olivero/css/components/tabs.css
  3. 11.1.x core/themes/starterkit_theme/css/components/tabs.css
  4. 11.1.x core/themes/claro/css/components/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) {
  14. /* 1200px (large) + 80px (side margins) = 1280px */
  15. .region-tabs {
  16. padding: 0;
  17. }
  18. }
RSS feed
Powered by Drupal