2015-03-03 18:00:52 +08:00
|
|
|
.hero {
|
2015-03-05 09:34:10 +08:00
|
|
|
margin-top: -1px;
|
2015-03-03 18:00:52 +08:00
|
|
|
background: @fl-body-hero-bg;
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px 0;
|
|
|
|
|
|
|
|
&, & a, & .close {
|
|
|
|
color: @fl-body-hero-color;
|
|
|
|
}
|
2015-03-12 08:10:03 +08:00
|
|
|
& h2 {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.welcome-hero {
|
2015-03-03 18:00:52 +08:00
|
|
|
& a, & .close {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
& .close {
|
|
|
|
float: right;
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
& p {
|
|
|
|
margin: 5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media @phone {
|
|
|
|
.hero {
|
|
|
|
& .close {
|
|
|
|
margin-right: -10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media @tablet, @desktop, @desktop-hd {
|
|
|
|
.hero {
|
|
|
|
padding: 30px 0;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
& h2 {
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|