Fork-Awesome/assets/less/site/responsive/screen-lg.less

59 lines
918 B
Plaintext
Raw Normal View History

2013-10-23 23:12:39 +08:00
@media (min-width: @screen-lg) {
#icon-carousel {
@size: 240px;
font-size: @size;
2015-12-17 05:02:59 +08:00
line-height: @size + 35;
2013-10-23 23:12:39 +08:00
margin-top: @buffer-lg;
}
.carousel-control {
2016-04-22 23:35:08 +08:00
top: @size + 35px;
.square(40px);
2013-10-23 23:12:39 +08:00
font-size: 40px;
2016-04-22 23:35:08 +08:00
line-height: 40px;
left: 370/2 - 52px;
2013-10-23 23:12:39 +08:00
&.right {
2016-04-22 23:35:08 +08:00
right: 370/2 - 52px;
2013-10-23 23:12:39 +08:00
}
}
.jumbotron-ad {
padding: 50px 0;
h1 {
margin-top: 25px;
font-size: 90px;
}
p {
font-size: 28px;
margin: 35px 0 20px;
}
}
.jumbotron-carousel {
padding: 50px 0;
h1 { font-size: 100px; }
p {
font-size: 32px;
margin: 20px 0;
}
.btn-large {
font-size: 30px;
padding: 21px 35px;
}
}
.stripe-ad .lead { padding-top: 0; }
2013-10-23 23:12:39 +08:00
.lead {
font-size: 26px;
line-height: 36px;
}
2016-04-12 02:10:07 +08:00
.fort-awesome {
2015-01-23 02:55:45 +08:00
.tagline { }
.action { width: 18%; }
}
2013-10-23 23:12:39 +08:00
.hide-lg { display: none; }
2016-04-12 02:10:07 +08:00
}