Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / menu-footer / menu-footer.css
1 /**
2  * @file
3  * This file is used to style the main menu.
4  */
5
6 .menu-footer {
7   padding: 0;
8 }
9
10 .menu-footer__title {
11   font-size: 1.5rem;
12   font-weight: 400;
13 }
14
15 .menu-footer__item {
16   list-style: none;
17 }
18
19 .menu-footer .menu-footer__link {
20   background-color: transparent;
21   font-weight: 700;
22   color: #fff;
23 }
24
25 .menu-footer .menu-footer__link:active,
26 .menu-footer .menu-footer__link:focus,
27 .menu-footer .menu-footer__link:hover {
28   background-color: transparent;
29 }
30
31 @media screen and (min-width: 60rem) {
32   .menu-footer__title {
33     padding-top: 2rem;
34   }
35
36   .menu-footer-wrapper {
37     flex-basis: 25%;
38   }
39 }