Skip to content
Snippets Groups Projects
Commit 0df2fa64 authored by Tuukka Turu's avatar Tuukka Turu
Browse files

Merge branch 'development'

parents 95a59081 a34ef004
No related branches found
No related tags found
No related merge requests found
...@@ -302,16 +302,25 @@ h2 { ...@@ -302,16 +302,25 @@ h2 {
@include font-weight($bold); @include font-weight($bold);
letter-spacing: -0.52px; letter-spacing: -0.52px;
@include breakpoint($wide) { @include breakpoint($narrow) {
// > 960px
@include font-size(30px, 36px); @include font-size(30px, 36px);
letter-spacing: -0.6px; letter-spacing: -0.6px;
} }
@include breakpoint($extrawide) { // with Sidebar
// > 1200px .hy-heading__container__common & {
@include font-size(34px, 40px); @include breakpoint($xlarge) {
letter-spacing: -0.68px; @include font-size(34px, 40px);
letter-spacing: -0.68px;
}
}
// without Sidebar
.hy-heading__container__large & {
@include breakpoint($extrawide) {
@include font-size(34px, 40px);
letter-spacing: -0.68px;
}
} }
} }
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
&:hover { &:hover {
border: 1px solid var(--brand-main); border: 1px solid var(--brand-main);
margin: -1px; margin: -1px;
margin-left: 4px; margin-left: 7px;
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
......
...@@ -106,7 +106,10 @@ ...@@ -106,7 +106,10 @@
max-width: calc(320px - 16px); // Should be in the wrapper. max-width: calc(320px - 16px); // Should be in the wrapper.
&[aria-hidden='false'] { &[aria-hidden='false'] {
padding-right: 12px;
min-height: var(--minHeight); min-height: var(--minHeight);
width: 20vw;
.hy-menu-item-sidebar.hy-menu-item-sidebar--sidenav.hy-menu-item--level-1.is-parent { .hy-menu-item-sidebar.hy-menu-item-sidebar--sidenav.hy-menu-item--level-1.is-parent {
border-bottom: 1px solid var(--brand-main-light) !important; border-bottom: 1px solid var(--brand-main-light) !important;
} }
......
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