Skip to content
Snippets Groups Projects
Commit 234f83a0 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5633: adjusting position of up/down arrow for each use of horizontal navigation pattern

parent 6fd4c66e
No related branches found
No related tags found
1 merge request!15ISTWCMS-5633: import of website's header section
......@@ -241,7 +241,7 @@ $menu-horizontal-drop-bg: #f7f7f7;
display: none;
@media(min-width: $screen-md) {
display: block;
grid-column: 1/2;
grid-column: 1 / 2;
padding: var(--size-05);
.uw-site-home__link{
display: block;
......@@ -265,7 +265,7 @@ $menu-horizontal-drop-bg: #f7f7f7;
&--menu {
@include uw-full-width;
@media(min-width: $screen-md) {
grid-column: 2/3;
grid-column: 2 / 3;
}
.menu {
margin-left: inherit;
......@@ -326,9 +326,9 @@ $menu-horizontal-drop-bg: #f7f7f7;
display: block;
height: var(--size-1);
position: absolute;
right: var(--size-05);
right: var(--size-1);
text-align: center;
top: 14px;
top: 12px;
width: var(--size-1);
}
}
......@@ -521,7 +521,7 @@ $menu-horizontal-drop-bg: #f7f7f7;
position: absolute;
right: var(--size-1);
text-align: center;
top: var(--size-105);
top: 12px;
transform: rotate(-90deg);
width: var(--size-1);
}
......
......@@ -62,6 +62,13 @@ $menu-horizontal-bg-sm: var(--uw-white);
color: var(--uw-black);
}
}
&.has-submenu {
> a{
&::after {
top: 14px;
}
}
}
}
}
}
......
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