footer.css
Same filename in this branch
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
- 9 core/themes/olivero/css/components/footer.css
- 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
- 11.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
- 11.x core/themes/olivero/css/components/footer.css
Footer regions.
File
-
core/
themes/ olivero/ css/ components/ footer.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Footer regions.
- */
-
- .site-footer {
- position: relative; /* stack above left social bar */
- color: var(--color--gray-65);
- background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-10) 100%);
- }
-
- .site-footer .menu {
- margin-inline-start: 0;
- list-style: none;
- }
-
- .site-footer .menu ul {
- margin-inline-start: var(--sp);
- }
-
- .site-footer .menu li {
- margin-block-end: var(--sp0-5);
- }
-
- .site-footer a {
- color: inherit;
- }
-
- .site-footer a:hover {
- -webkit-text-decoration: none;
- text-decoration: none;
- }
-
- @media (min-width: 75rem) {
- body:not(.is-always-mobile-nav) .site-footer {
- border-inline-start: solid var(--content-left) var(--color--black);
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.