1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00
onion/sass/whitelabel/prize/landing.scss
2015-07-14 18:34:46 +02:00

34 lines
452 B
SCSS

.wp {
background-color: #FDFDFD;
height: 100%;
width: 100%;
font-family: 'Nunito', sans-serif;
font-weight: 300;
> .hero {
overflow: hidden;
text-align: center;
> img {
margin-top: 5em;
margin-bottom: 5em;
}
}
}
.wp-landing-wrapper {
text-align: center;
> .enter {
margin-top: 2em;
> p {
margin-top: 2em;
}
}
}