0de0d61436d527c2043b1d62e8fec17a6b85ff51
[bootswatch] / readable / bootswatch.less
1 // Readable 3.0.2
2 // Bootswatch
3 // -----------------------------------------------------
4
5 @import url("//fonts.googleapis.com/css?family=Raleway:700");
6
7 // Navbar =====================================================================
8
9 .navbar {
10         font-family: @headings-font-family;
11         text-transform: uppercase;
12
13         &-nav > li > a {
14                 padding-top: @navbar-padding-vertical + 6px;
15         }
16
17         &-nav > li > a:hover {
18                 text-decoration: underline;
19         }
20
21         &-brand {
22                 padding-top: @navbar-padding-vertical + 5px;
23         }
24 }
25
26 // Buttons ====================================================================
27
28 .btn {
29         font-family: @headings-font-family;
30         text-transform: uppercase;
31 }
32
33 // Typography =================================================================
34
35 h1, h2, h3, h4, h5, h6 {
36         text-transform: uppercase;
37 }
38
39 p {
40         margin-bottom: 1.4em;
41 }
42
43 // Tables =====================================================================
44
45 // Forms ======================================================================
46
47 // Navs =======================================================================
48
49 .pagination {
50
51         .active > a,
52         .active > a:hover {
53                 border-color: #ddd;
54         }
55 }
56
57 // Indicators =================================================================
58
59 // Progress bars ==============================================================
60
61 // Containers =================================================================