1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/site/client/assets/sass/_landing.scss
2015-06-23 14:13:27 +02:00

62 lines
934 B
SCSS

body.landing {
background: url(../img/landing-bg.jpg) #162232 center top no-repeat;
background-size: cover;
}
.icon-guest-load {
background: url(../img/guest-load.gif) no-repeat;
width: 16px;
height: 16px;
float: right;
margin: 5px -7px 0 7px;
display: none;
}
.wrap-landing {
max-width: 1000px;
margin: 0 auto;
}
.logo-big {
margin: 0 auto;
display: block;
}
.container-landing {
float: left;
width: 100%;
margin: 12% 0 0 0;
@include mq(medium) {
margin: 9% 0 0 0;
}
}
.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 {
transition: all .4s ease-in-out 0s;
margin: 60px 0;
opacity: 1;
}
}