Updated mobile menu to match the updated header
authorAlexander Ebert <ebert@woltlab.com>
Tue, 29 Mar 2016 18:22:21 +0000 (20:22 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 29 Mar 2016 18:22:21 +0000 (20:22 +0200)
wcfsetup/install/files/style/ui/menuMobile.scss

index ae8eb623c6c0baa29e8fb304abcfdac7967e2992..635a27492ec0acfa5269bc6fe8d8bd6e23561a5a 100644 (file)
        justify-content: flex-end;
        
        > .menuOverlayItemLink {
+               align-items: center;
+               display: flex;
                flex: 1 1 auto;
        }
 }
 
 .menuOverlayItemList {
-       background-color: rgb(44, 62, 80);
+       background-color: rgb(52, 73, 94);
        box-shadow: -5px 0 10px 0 rgba(0, 0, 0, .2);
        list-style-type: none;
        margin: 0;
 }
 
 .menuOverlayItemLink {
-       background-color: rgb(52, 73, 94);
+       background-color: rgb(44, 62, 80);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
 
 .menuOverlayItemLink.active,
 .menuOverlayItemLinkIcon.active {
-       background-color: rgb(41, 128, 185);
+       background-color: rgb(34, 49, 63);
 }
 
 .menuOverlayTitle {
 
 /* icon link sharing the space with a link or (header only) the logo */
 .menuOverlayItemLinkIcon {
-       background-color: rgb(52, 73, 94);
+       background-color: rgb(44, 62, 80);
        flex: 0 0 auto;
        margin-left: 1px;
        padding: 10px;