update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / assets / less / site / responsive / screen-lg.less
1 @media (min-width: @screen-lg) {
2   #icon-carousel {
3     @size: 240px;
4     font-size: @size;
5     line-height: @size + 5;
6     margin-top: @buffer-lg;
7   }
8
9   .carousel-control {
10     top: @size + 25px;
11     .square(30px);
12     font-size: 40px;
13     line-height: 35px;
14     left: 370/2 - 42px;
15     &.right {
16       right: 370/2 - 42px;
17     }
18   }
19
20   .jumbotron-ad {
21     padding: 50px 0;
22     h1 {
23       margin-top: 25px;
24       font-size: 90px;
25     }
26     p {
27       font-size: 28px;
28       margin: 35px 0 20px;
29     }
30   }
31
32   .jumbotron-carousel {
33     padding: 50px 0;
34     h1 { font-size: 100px; }
35     p {
36       font-size: 32px;
37       margin: 20px 0;
38     }
39     .btn-large {
40       font-size: 30px;
41       padding: 21px 35px;
42     }
43   }
44
45   .stripe-ad .lead { margin-top: 7px; }
46
47   .lead {
48     font-size: 26px;
49     line-height: 36px;
50   }
51
52   .hide-lg { display: none; }
53 }