1
0
mirror of https://github.com/ipdb/website.git synced 2024-09-24 01:58:51 +02:00
website/_src/_assets/scss/_hero.scss

47 lines
734 B
SCSS
Raw Normal View History

.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;
&,
.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
}
}