1
0
mirror of https://github.com/ascribe/onion.git synced 2024-09-28 03:58:55 +02:00
onion/sass/whitelabel/prize/landing.scss

37 lines
553 B
SCSS
Raw Normal View History

2015-07-14 17:41:57 +02:00
.wp {
2015-07-14 18:34:46 +02:00
background-color: #FDFDFD;
2015-07-13 14:29:20 +02:00
2015-07-14 17:41:57 +02:00
height: 100%;
2015-07-13 14:29:20 +02:00
2015-07-14 18:55:34 +02:00
/* We need this, otherwise piece list will have a scrollbar */
2015-07-14 19:03:10 +02:00
overflow-x: hidden;
2015-07-14 18:55:34 +02:00
}
.hero {
2015-07-14 18:34:46 +02:00
font-family: 'Nunito', sans-serif;
font-weight: 300;
2015-07-14 18:55:34 +02:00
overflow: hidden;
text-align: center;
2015-07-14 18:34:46 +02:00
2015-07-14 18:55:34 +02:00
> img {
margin-top: 5em;
margin-bottom: 5em;
2015-07-13 14:29:20 +02:00
}
}
2015-07-14 17:41:57 +02:00
.wp-landing-wrapper {
text-align: center;
2015-07-14 18:55:34 +02:00
font-family: 'Nunito', sans-serif;
font-weight: 300;
2015-07-14 18:34:46 +02:00
> .enter {
margin-top: 2em;
> p {
margin-top: 2em;
}
}
2015-07-14 17:41:57 +02:00
}
2015-07-13 14:29:20 +02:00