1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-03-09 15:09:11 +00:00

62 lines
934 B
SCSS
Raw Normal View History

2015-06-20 17:13:40 +02:00
body.landing {
2015-06-21 14:00:17 +02:00
background: url(../img/landing-bg.jpg) #162232 center top no-repeat;
2015-06-20 17:13:40 +02:00
background-size: cover;
}
2015-06-21 16:34:27 +02:00
.icon-guest-load {
2015-06-22 09:28:08 +02:00
background: url(../img/guest-load.gif) no-repeat;
2015-06-21 16:34:27 +02:00
width: 16px;
height: 16px;
float: right;
margin: 5px -7px 0 7px;
display: none;
}
2015-06-20 17:13:40 +02:00
.wrap-landing {
max-width: 1000px;
2015-06-20 17:13:40 +02:00
margin: 0 auto;
}
.logo-big {
margin: 0 auto;
display: block;
}
.container-landing {
float: left;
width: 100%;
margin: 12% 0 0 0;
2015-06-21 13:09:29 +02:00
@include mq(medium) {
margin: 9% 0 0 0;
}
2015-06-20 17:13:40 +02:00
}
.teaser-landing {
text-align: center;
font-size: 21px;
font-weight: 300;
text-shadow: 0 0 10px rgba(#fff, .6);
color: #8798ac;
line-height: 29pt;
cursor: default;
}
.choose {
float: left;
color: #8798ac;
margin: 10px 30px;
cursor: default;
}
.container-form-landing {
margin: 40px 0;
opacity: 0;
&.active {
2015-06-21 13:09:29 +02:00
transition: all .4s ease-in-out 0s;
2015-06-20 17:13:40 +02:00
margin: 60px 0;
opacity: 1;
}
}