unignore bower_components
[bootswatch] / bower_components / font-awesome / src / assets / less / responsive-1200px-min.less
1 //
2 // Responsive: Large desktop and up
3 // --------------------------------------------------
4
5
6 @media (min-width: 1200px) {
7
8   #iconCarousel {
9     @size: 290px;
10     font-size: @size;
11     line-height: @size + 5;
12     .carousel-control {
13       top: @size + 20px;
14       .square(30px);
15       font-size: 40px;
16       line-height: 35px;
17       left: 370/2 - 40px;
18       &.right {
19         right: 370/2 - 40px;
20       }
21     }
22   }
23
24   .jumbotron-index {
25     padding: 50px 0;
26     h1 { font-size: 100px; }
27     p {
28       font-size: 40px;
29       margin: 20px 0;
30     }
31     .btn-large {
32       font-size: 30px;
33       padding: 21px 35px;
34     }
35     .shameless-self-promotion {
36       margin-top: 30px;
37     }
38   }
39
40   .jumbotron-ad {
41     padding: 50px 0;
42     h1 { font-size: 90px; }
43     p {
44       font-size: 35px;
45       margin: 20px 0;
46     }
47   }
48
49   .stripe-ad .lead { margin-top: 7px; }
50
51   .lead {
52     font-size: 26px;
53     line-height: 36px;
54   }
55
56 }