Skip to content
Snippets Groups Projects
Commit 60aced30 authored by katja's avatar katja
Browse files

first level mobile menu items are bold

parent 0a2da796
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,10 @@
color: var(--link-blue);
padding: 14px 12px 14px 20px;
&.first {
@include font-weight($bold);
}
&.is-active {
@include font-weight($semibold);
color: var(--grayscale-black);
......
......@@ -176,6 +176,7 @@ export class MenuItem {
'is-heading': this.isHeading,
'hy-menu-item--mobile': true,
'is-demo': this.isDemo,
first: this.depth == 1,
}}
>
<span class={'hy-menu-item__label'}>{this.label}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment