bottom.css

Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
  2. 10 core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
  3. 11.x core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css

This file is used to style the bottom region.

File

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

View source
  1. /**
  2. * @file
  3. * This file is used to style the bottom region.
  4. */
  5. .layout-bottom {
  6. overflow: hidden;
  7. padding: 2rem 1rem;
  8. background: #fff;
  9. }
  10. @media screen and (min-width: 75rem) {
  11. .layout-bottom {
  12. padding: 3rem 0;
  13. }
  14. }

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