32c88712efcfa2ba564b2c44e4a3f69059a95303
[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: normal;
13 }
14
15 .menu-footer__item {
16   list-style: none;
17 }
18
19 .menu-footer .menu-footer__link {
20   background-color: transparent;
21   text-decoration: none;
22   font-weight: bold;
23   color: #fff;
24 }
25
26 .menu-footer .menu-footer__link:active,
27 .menu-footer .menu-footer__link:focus,
28 .menu-footer .menu-footer__link:hover {
29   background-color: transparent;
30   text-decoration: underline;
31 }
32
33 @media screen and (min-width: 60rem) {
34   .menu-footer__title {
35     padding-top: 2rem;
36   }
37
38   .menu-footer-wrapper {
39     flex-basis: 25%;
40   }
41 }