1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-25 02:36:28 +02:00
onion/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss

116 lines
2.3 KiB
SCSS
Raw Normal View History

2015-09-18 14:25:31 +02:00
.client--ikonotv.route--landing {
2015-09-18 13:46:15 +02:00
background-color: #c40050;
margin: 0;
width: 100%;
padding: 5em 1em;
}
2015-09-18 14:25:31 +02:00
.client--ikonotv .ascribe-login-wrapper {
2015-09-18 13:46:15 +02:00
2015-09-18 14:25:31 +02:00
}
.client--ikonotv.route--landing .ascribe-footer {
2015-09-18 13:46:15 +02:00
display: none;
}
.ikonotv-landing {
/* center all text on the page */
text-align: center;
color: white;
header {
/* center all images on the page */
img {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Ikonotv logo */
img:first-child {
2015-09-18 13:46:15 +02:00
max-width: 200px;
}
> .tagline {
margin-top: 2em;
margin-bottom: 2em;
> h1 {
font-size: 9em;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
2015-09-18 13:46:15 +02:00
@media only screen and (max-width: 600px) {
font-size: 4em;
}
}
> .poster {
max-width: 600px;
margin: 0 auto;
> .content {
width: 100%;
padding-bottom: 56.25%;
height: 0;
background-color: #ffff00;
}
}
}
> h2 {
font-weight: 600;
font-size: 2.75em;
2015-09-18 13:46:15 +02:00
@media only screen and (max-width: 600px) {
font-size: 1.75em;
}
}
> h2 + h2 {
margin-top: 0;
}
}
article {
> section {
2015-09-18 13:46:15 +02:00
width: 100%;
max-width: 60em;
margin: 3em auto 1em auto;
> h1 {
text-align: center;
font-size: 1.35em;
font-weight: 600;
}
> p {
text-align: left;
font-size: 1.3em;
line-height: 1.8;
2015-09-18 13:46:15 +02:00
@media only screen and (max-width: 600px) {
font-size: 1.1em;
}
}
}
}
footer {
margin-top: 5em;
margin-bottom: 3em;
> p {
font-size: 1.3em;
}
> p + p {
margin-bottom: 3em;
}
> .btn-default {
font-size: 1.5em;
font-weight: 500;
}
}
2015-09-18 13:46:15 +02:00
}