Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / menu-account / menu-account.css
1 /**
2  * @file
3  * This file is used to style the account menu.
4  */
5
6 .menu--account {
7   display: none;
8 }
9
10 @media screen and (min-width: 48em) {
11   .menu--account {
12     flex: 0 1 50%;
13     order: 2;
14     display: block;
15     border-bottom: 1px solid #e6eee0;
16     text-align: right;
17   }
18 }
19
20 .menu-account {
21   display: inline-flex;
22   margin: 1.6em 0;
23   padding: 0;
24   line-height: 1.5;
25   list-style-type: none;
26 }
27 .menu-account__item + .menu-account__item {
28   margin-left: 1em;
29 }
30 .menu-account__link,
31 .menu-account__link:hover {
32   color: inherit;
33   text-decoration: none;
34   background-color: inherit;
35 }