2017-08-10 23:42:59 +02:00
|
|
|
.hero {
|
2017-08-24 13:47:28 +02:00
|
|
|
background: $brand-03;
|
2017-08-24 15:48:46 +02:00
|
|
|
padding-top: $spacer * 2;
|
|
|
|
padding-bottom: $spacer * 2;
|
2017-08-24 12:44:40 +02:00
|
|
|
min-height: 100vh;
|
2017-08-10 23:42:59 +02:00
|
|
|
|
|
|
|
&,
|
|
|
|
.hero__title,
|
|
|
|
.hero__action {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2017-08-24 13:47:28 +02:00
|
|
|
|
|
|
|
.menu--main {
|
|
|
|
background: transparent;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu__link {
|
2017-08-24 15:48:46 +02:00
|
|
|
color: rgba(#fff, .8);
|
2017-08-24 13:47:28 +02:00
|
|
|
|
|
|
|
&:after {
|
2017-08-24 15:48:46 +02:00
|
|
|
background: rgba(#fff, .8);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&.active {
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
fill: #fff;
|
|
|
|
}
|
2017-08-24 13:47:28 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
2017-08-24 15:48:46 +02:00
|
|
|
fill: rgba(#fff, .95);
|
2017-08-24 13:47:28 +02:00
|
|
|
}
|
2017-08-10 23:42:59 +02:00
|
|
|
}
|