2013-10-23 23:12:39 +08:00
|
|
|
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
|
|
|
#icon-carousel {
|
|
|
|
@size: 200px;
|
|
|
|
font-size: @size;
|
2015-12-17 05:02:59 +08:00
|
|
|
line-height: @size + 30;
|
2013-10-23 23:12:39 +08:00
|
|
|
}
|
|
|
|
.carousel-control {
|
|
|
|
top: @size - 10px;
|
|
|
|
.square(30px);
|
|
|
|
left: 228/2 - 36px;
|
|
|
|
&.right {
|
|
|
|
right: 228/2 - 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron-carousel {
|
|
|
|
padding: 50px 0;
|
|
|
|
h1 { font-size: 65px; }
|
|
|
|
p { font-size: 23px; }
|
|
|
|
.shameless-self-promotion { font-size: 12px; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron-ad {
|
|
|
|
p { font-size: 24px; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron-icon {
|
|
|
|
h1 small {
|
|
|
|
display: block;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-left: 0;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-18 00:00:48 +08:00
|
|
|
.stripe-ad .lead {
|
|
|
|
margin: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
font-size: 19px;
|
|
|
|
}
|
|
|
|
|
2016-04-12 02:10:07 +08:00
|
|
|
.fort-awesome {
|
2015-01-23 02:55:45 +08:00
|
|
|
.action { width: 33%; }
|
2013-10-23 23:12:39 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide-sm { display: none; }
|
2016-04-21 02:45:06 +08:00
|
|
|
.v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
|
2013-10-23 23:12:39 +08:00
|
|
|
}
|