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

Hero title possible fix

parent 119d3c95
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ export class AccordionItem { ...@@ -35,7 +35,7 @@ export class AccordionItem {
const triggers = Array.prototype.slice.call(accordion.querySelectorAll('.hy-accordion__button')); const triggers = Array.prototype.slice.call(accordion.querySelectorAll('.hy-accordion__button'));
let target = event.target as HTMLButtonElement; let target = event.target as HTMLButtonElement;
const key = event.which.toString(); const key = event.which.toString();
console.log('key', event.code);
// 33 = Page Up, 34 = Page Down // 33 = Page Up, 34 = Page Down
const ctrlModifier = event.ctrlKey && key.match(/33|34/); const ctrlModifier = event.ctrlKey && key.match(/33|34/);
......
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
&--blue { &--blue {
background-color: var(--brand-main-light); background-color: var(--brand-main-light);
.hy-hero__title__overlay { .hy-hero__title__overlay h1 {
background-color: var(--brand-main-light); background-color: var(--brand-main-light);
color: transparent !important; color: transparent !important;
} }
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
&--black { &--black {
background-color: var(--grayscale-black); background-color: var(--grayscale-black);
.hy-hero__title__overlay { .hy-hero__title__overlay h1 {
background-color: var(--grayscale-black); background-color: var(--grayscale-black);
color: transparent !important; color: transparent !important;
} }
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
&--white { &--white {
background-color: var(--grayscale-white); background-color: var(--grayscale-white);
.hy-hero__title__overlay { .hy-hero__title__overlay h1 {
background-color: var(--grayscale-white); background-color: var(--grayscale-white);
color: transparent !important; color: transparent !important;
} }
...@@ -285,54 +285,41 @@ ...@@ -285,54 +285,41 @@
top: 0; top: 0;
.hy-hero__title__overlay { .hy-hero__title__overlay {
@include font-size(32px, 32px); .hy-heading__container.hy-heading__container__common,
@include font-weight($bold); .hy-heading__container.sc-hy-heading-wide {
display: block;
}
h1 {
display: inline;
}
}
.hy-hero__title__overlay h1 {
box-decoration-break: clone; box-decoration-break: clone;
font-family: var(--main-font-family);
display: inline; display: inline;
letter-spacing: -1px;
margin-bottom: 0;
margin-left: -32px; margin-left: -32px;
padding-left: 32px; padding: 16px 16px 16px 32px !important;
@include breakpoint($narrow) { @include breakpoint($narrow) {
// Medium
@include font-size(48px, 48px);
letter-spacing: -1.5px;
margin-left: -32px; margin-left: -32px;
padding-left: 32px; padding: 16px 16px 16px 32px !important;
} }
@include breakpoint($medium) { @include breakpoint($medium) {
margin-left: -32px; margin-left: -32px;
padding-left: 32px; padding: 16px 16px 16px 32px !important;
} }
@include breakpoint($wide) { @include breakpoint($wide) {
// Medium with sidebar
@include font-size(48px, 48px);
letter-spacing: -1.5px;
margin-left: 0; margin-left: 0;
padding-left: 0; padding: 16px 16px 16px 0 !important;
}
@include breakpoint($extrawide) {
// Medium with sidebar
@include font-size(48px, 48px);
letter-spacing: -1.5px;
}
@include breakpoint($overwide) {
// Large with sidebar
@include font-size(56px, 56px);
letter-spacing: -1.8px;
} }
} }
} }
.hy-hero__title, .hy-hero__title,
.hy-hero__title__overlay { .hy-hero__title__overlay h1 {
@include font-weight($bold); @include font-weight($bold);
box-decoration-break: clone; box-decoration-break: clone;
...@@ -367,7 +354,7 @@ ...@@ -367,7 +354,7 @@
} }
.hy-hero__title h1, .hy-hero__title h1,
.hy-hero__title__overlay { .hy-hero__title__overlay > h1 {
padding: 1rem; padding: 1rem;
@include breakpoint($narrow) { @include breakpoint($narrow) {
......
...@@ -101,7 +101,13 @@ export class HyHero { ...@@ -101,7 +101,13 @@ export class HyHero {
{this.heading} {this.heading}
</hy-heading> </hy-heading>
<div class="hy-hero__title__overlay--container"> <div class="hy-hero__title__overlay--container">
<h1 class="hy-hero__title__overlay">{this.heading}</h1> <hy-heading
class="hy-hero__title__overlay"
heading={HeadingVarians.default}
section={HeadingSectionVariants.introduction}
>
{this.heading}
</hy-heading>
</div> </div>
</div> </div>
<div class="hy-hero__content--bottom"> <div class="hy-hero__content--bottom">
......
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
</hy-menu-level-container> </hy-menu-level-container>
</hy-menu> </hy-menu>
</hy-site-header> </hy-site-header>
<hy-main has-sidebar="false"> <hy-main has-sidebar="true">
<div class="layout-content"> <div class="layout-content">
<hy-hero <hy-hero
color-variant="blue" color-variant="blue"
...@@ -186,6 +186,17 @@ ...@@ -186,6 +186,17 @@
sc-label="List of conferences" sc-label="List of conferences"
> >
</hy-banner> </hy-banner>
<hy-accordion-container accordionId="example-accordion">
<hy-accordion-item accordiontitle="This is a accordion item 1">
<hy-paragraph-text>Accordion content</hy-paragraph-text>
</hy-accordion-item>
<hy-accordion-item accordiontitle="This is a accordion item 2">
<hy-paragraph-text>Accordion content</hy-paragraph-text>
</hy-accordion-item>
<hy-accordion-item accordiontitle="This is a accordion item 3">
<hy-paragraph-text>Accordion content</hy-paragraph-text>
</hy-accordion-item>
</hy-accordion-container>
<hy-introduction <hy-introduction
text-title="This is an introduction" text-title="This is an introduction"
text-description="Highly cited researchers at the University of Helsinki, Centres of Excellence selected by the Academy of Finland and projects funded by the European Research Council." text-description="Highly cited researchers at the University of Helsinki, Centres of Excellence selected by the Academy of Finland and projects funded by the European Research Council."
...@@ -222,9 +233,9 @@ ...@@ -222,9 +233,9 @@
></hy-introduction> ></hy-introduction>
</div> </div>
<!-- <aside class="layout-sidebar-first" role="complementary"> <aside class="layout-sidebar-first" role="complementary">
THIS IS SIDEBAR THIS IS SIDEBAR
</aside> --> </aside>
</hy-main> </hy-main>
<hy-footer> <hy-footer>
<hy-footer-action updated-text="Updated on 14.10.2020" up-button-label="Up"></hy-footer-action> <hy-footer-action updated-text="Updated on 14.10.2020" up-button-label="Up"></hy-footer-action>
......
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