/* * 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% ); background: #013936; } .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: 60rem)))) { body:not(.is-always-mobile-nav) .site-footer { border-inline-start: solid var(--content-left) var(--color--black); } } footer.site-footer .block { color: #fff; .block__title { color: var(--color--lmmi-tan); font-size: 1.8em; } a { text-decoration: none; } a::hover { text-decoration: underline; } li { font-size: 18px; } h3 { margin: 0; } p { margin: 1rem 0; } } .social_icons { display: flex; justify-content: center; i { font-size: 1.5em; margin: 10px; margin-top: 1.5em; } } .lmmi_logo { margin-bottom: 1em; } .lmmi_logo, .upei_logo, .social_icons { padding-right: 4em; }