2016-01-09 19:07:09 +01:00
|
|
|
.header {
|
2016-01-29 18:45:09 +01:00
|
|
|
@extend .background--photo;
|
2016-01-09 19:07:09 +01:00
|
|
|
}
|
|
|
|
|
2017-04-12 19:08:58 +02:00
|
|
|
// intro animation
|
|
|
|
.header__title,
|
|
|
|
.header__description,
|
|
|
|
.header__logo,
|
|
|
|
.header__label {
|
|
|
|
.wf-active &,
|
|
|
|
.wf-inactive & {
|
|
|
|
@extend .animation-slide-in-from-bottom;
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header__description,
|
|
|
|
.header__logo {
|
|
|
|
.wf-active &,
|
|
|
|
.wf-inactive & {
|
|
|
|
animation-delay: .3s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header__btn,
|
|
|
|
.header__label {
|
|
|
|
.wf-active &,
|
|
|
|
.wf-inactive & {
|
|
|
|
animation-delay: .5s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-01-09 19:07:09 +01:00
|
|
|
.header__title {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
2017-04-11 14:30:58 +02:00
|
|
|
padding: ($spacer * 5) 0;
|
2016-01-09 19:07:09 +01:00
|
|
|
}
|