Commit cb68ce60 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Hamburger menu tweaks

1 merge request!528WIP: (feat): Minds Pro
Pipeline #79438418 failed with stages
in 6 minutes and 37 seconds
......@@ -18,6 +18,7 @@
<img
[routerLink]="homeRouterLink"
[src]="channel.pro_settings.logo_image"
(click)="closeMenu()"
/>
</li>
......
......@@ -13,7 +13,7 @@ m-pro__hamburger-menu {
background: var(--m-pro--plain-background-color);
color: var(--m-pro--text-color);
box-sizing: border-box;
transition: right 0.3s ease-in;
transition: right 0.2s ease-in;
overflow: auto;
body.hamburger-menu--open & {
......@@ -68,6 +68,10 @@ m-pro__hamburger-menu {
text-decoration: none;
padding: 12px 0;
display: block;
&.m-pro__hamburger-menu-menu__item--active {
color: var(--m-pro--primary-color) !important;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment