Skip to content
Snippets Groups Projects
Commit af0a9e5d authored by shamalainen's avatar shamalainen
Browse files

Update mobile menu breadcrumbs styling and spacings

parent 451a55e7
No related branches found
No related tags found
No related merge requests found
...@@ -118,10 +118,11 @@ a { ...@@ -118,10 +118,11 @@ a {
&.hy-menu-item--mobile { &.hy-menu-item--mobile {
color: var(--brand-main-light); color: var(--brand-main-light);
padding: 12px 0 12px 20px; padding: 12px 12px 12px 20px;
&.is-active, &.is-active,
&.in-active-trail { &.in-active-trail {
@include font-weight($bold);
color: var(--grayscale-black); color: var(--grayscale-black);
position: relative; position: relative;
......
...@@ -4,18 +4,27 @@ ...@@ -4,18 +4,27 @@
border: 0 none; border: 0 none;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
margin: 0 0 15px; margin: 0 0 24px 16px;
padding: 0; padding: 0;
@include breakpoint($narrow) {
margin: 0 0 24px 28px;
}
&:focus { &:focus {
outline: solid 2px var(--additional-yellow); outline: solid 2px var(--additional-yellow);
outline-offset: 2px; outline-offset: 2px;
} }
svg {
fill: var(--brand-main-light);
}
&__label { &__label {
@include font-size(14px, 20px); @include font-size(14px, 20px);
@include font-weight($regular); @include font-weight($regular);
align-items: center; align-items: center;
color: var(--brand-main-light);
display: flex; display: flex;
margin-left: 6px; margin-left: 6px;
text-align: left; text-align: left;
......
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