1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-13 16:54:50 +01:00
website/_src/_assets/scss/_hero.scss

32 lines
443 B
SCSS
Raw Normal View History

.hero {
2017-08-24 13:47:28 +02:00
background: $brand-03;
2017-08-24 12:44:40 +02:00
padding: $spacer * 2;
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 {
color: #fff;
&:after {
background: #fff;
}
}
.logo {
fill: #fff;
}
}