2013-10-23 23:12:39 +08:00
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
#icon-carousel {
|
|
|
|
@size: 180px;
|
|
|
|
font-size: @size;
|
2014-05-15 04:13:14 +08:00
|
|
|
line-height: @size + 20;
|
2013-10-23 23:12:39 +08:00
|
|
|
width: 280px;
|
|
|
|
margin: 30px auto 0;
|
|
|
|
}
|
|
|
|
.carousel-control {
|
|
|
|
top: 40%;
|
|
|
|
.square(44px);
|
|
|
|
font-size: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
left: -7px;
|
|
|
|
&.right { right: -7px; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron-carousel {
|
|
|
|
h1 { font-size: 58px; }
|
|
|
|
p { font-size: 24px; }
|
|
|
|
.btn-large {
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 14px 26px;
|
|
|
|
}
|
|
|
|
.shameless-self-promotion { font-size: 12px; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron-ad {
|
|
|
|
h1 { font-size: 39px; }
|
|
|
|
p {
|
|
|
|
font-size: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron-icon {
|
|
|
|
.fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 { margin-right: 0; }
|
|
|
|
.fa-6 { font-size: 16em; }
|
|
|
|
h1 small {
|
|
|
|
display: block;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-left: 0;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.stripe-ad .lead {
|
|
|
|
margin-top: @buffer-lg;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2014-06-18 00:00:48 +08:00
|
|
|
#fusionads {
|
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
margin-left: 0;
|
|
|
|
.clearfix();
|
2013-10-23 23:12:39 +08:00
|
|
|
}
|
2014-06-18 00:00:48 +08:00
|
|
|
|
|
|
|
.vertical-ad #fusionads {
|
2013-10-23 23:12:39 +08:00
|
|
|
width: 300px;
|
2014-06-18 00:00:48 +08:00
|
|
|
.fusion-img {
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2013-10-23 23:12:39 +08:00
|
|
|
}
|
2014-06-18 00:00:48 +08:00
|
|
|
|
|
|
|
|
2015-01-23 02:55:45 +08:00
|
|
|
.fonticons {
|
|
|
|
padding: 15px 0;
|
|
|
|
.tagline, .action { display: block; }
|
|
|
|
.tagline { margin-bottom: 10px; }
|
2014-06-18 00:00:48 +08:00
|
|
|
}
|
|
|
|
|
2013-10-23 23:12:39 +08:00
|
|
|
|
2014-08-05 01:31:21 +08:00
|
|
|
.sticky-footer(331px, 60px);
|
2013-10-23 23:12:39 +08:00
|
|
|
|
|
|
|
.hide-xs { display: none; }
|
|
|
|
}
|