Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[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 @media screen and (min-width: 48em) {
7   .menu--account {
8     display: block;
9     flex: 0 1 50%;
10     text-align: right;
11   }
12 }
13
14 .menu-account {
15   display: inline-flex;
16   margin: 0;
17   padding: 0;
18   list-style-type: none;
19   line-height: 1.5;
20 }
21 .menu-account__item + .menu-account__item {
22   margin-left: 1em;
23 }
24 .menu-account__link,
25 .menu-account__link:hover {
26   text-decoration: none;
27   color: inherit;
28   background-color: inherit;
29 }
30 .menu-account__link:hover {
31   text-decoration: underline;
32 }