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

Breadcrumb

  1. Drupal Core 11.1.x

layout-footer.css

Grid system definition for the footer top and footer bottom layouts.

File

core/themes/olivero/css/layout/layout-footer.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Grid system definition for the footer top and footer bottom layouts.
  10. */
  11. /**
  12. * Creates stacking context ensuring that child elements can never appear in
  13. * front of mobile navigation.
  14. */
  15. .site-footer {
  16. position: relative;
  17. z-index: 1;
  18. }
  19. .site-footer__inner {
  20. padding-block: var(--sp2);
  21. }
  22. @media (min-width: 75rem) {
  23. .site-footer__inner {
  24. padding-block: var(--sp4) var(--sp13);
  25. }
  26. }
  27. .region--footer_top__inner > *,
  28. .region--footer_bottom__inner > * {
  29. margin-block-end: var(--sp2);
  30. }
  31. @media (min-width: 43.75rem) {
  32. .region--footer_top__inner > *,
  33. .region--footer_bottom__inner > * {
  34. flex: 1;
  35. margin-block-end: 0;
  36. }
  37. .region--footer_top__inner > *:not(:last-child),
  38. .region--footer_bottom__inner > *:not(:last-child) {
  39. margin-inline-end: var(--sp2);
  40. }
  41. }
  42. @media (min-width: 43.75rem) {
  43. .region--footer_top__inner,
  44. .region--footer_bottom__inner {
  45. display: flex;
  46. flex-wrap: wrap;
  47. }
  48. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal