d5ff9aa7f9d016fd2e4278bde566a98fdb691bc1
[bootswatch] / assets / less / bootswatch.less
1 body {
2         padding-top: 50px;
3 }
4
5 #banner {
6         border-bottom: none;
7 }
8
9 .page-header {
10
11         h1 {
12                 font-size: 4em;
13         }
14 }
15
16 .bs-docs-section {
17         margin-top: 8em;
18 }
19
20 .affix {
21         top: 70px;
22 }
23
24 footer {
25         margin: 5em 0;
26
27         li {
28                 float: left;
29                 margin-right: 1.5em;
30                 margin-bottom: 1.5em;
31         }
32
33         p {
34                 clear: left;
35                 margin-bottom: 0;
36         }
37 }
38
39 .splash {
40
41         padding: 2em 0 2em;
42         text-align: center;
43
44         h1 {
45                 font-size: 4em;
46         }
47
48         #social {
49                 margin-top: 4em;
50                 margin-bottom: 2em;
51         }
52 }
53
54 .section-tout {
55         padding: 3em 0 4em;
56         background-color: #E2F2F3;
57         // background-color: #2C3E50;
58         // color: #fff;
59 }
60
61 .section-preview {
62         padding: 4em 0 4em;
63         // background-color: #E2F2F3;
64 }
65
66 .preview {
67
68         margin-bottom: 4em;
69
70         .image {
71                 width: 100%;
72         }
73
74         .options {
75                 padding: 1em;
76                 background-color: #eee;
77                 background-color: #E2F2F3;
78         }
79 }
80
81 .bsa .one {
82
83         .bsa_it_ad {
84                 border: none !important;
85                 background-color: transparent !important;
86
87                 .bsa_it_t,
88                 .bsa_it_d {
89                         color: inherit !important;
90                 }
91         }
92
93         .bsa_it_p {
94                 display: none;
95         }
96
97 }