3.0.0 -> 3.0.1
[bootswatch] / journal / bootswatch.less
1 // Journal 3.0.1
2 // Bootswatch
3 // -----------------------------------------------------
4
5 @import url("//fonts.googleapis.com/css?family=News+Cycle:400,700");
6
7 // Navbar =====================================================================
8
9 .navbar {
10         border-bottom: 2px solid @gray-lighter;
11         font-size: 18px;
12         font-family: @font-family-sans-serif;
13         font-weight: @headings-font-weight;
14         color: #000;
15 }
16
17 .navbar-brand {
18         font-size: 18px;
19         font-weight: @headings-font-weight;
20         text-transform: uppercase;
21 }
22
23 // Buttons ====================================================================
24
25 // Typography =================================================================
26
27 // Tables =====================================================================
28
29 // Forms ======================================================================
30
31 .has-warning {
32         .help-block,
33         .control-label {
34                 color: @brand-danger;
35         }
36
37         .form-control,
38         .form-control:focus {
39                 border-color: @brand-danger;
40         }
41 }
42
43 .has-error {
44         .help-block,
45         .control-label {
46                 color: @brand-primary;
47         }
48
49         .form-control,
50         .form-control:focus {
51                 border-color: @brand-primary;
52         }
53 }
54
55 .has-success {
56         .help-block,
57         .control-label {
58                 color: @brand-success;
59         }
60
61         .form-control,
62         .form-control:focus {
63                 border-color: @brand-success;
64         }
65 }
66
67 // Navs =======================================================================
68
69 .pagination {
70
71         .active > a,
72         .active > a:hover {
73                 border-color: #ddd;
74         }
75 }
76
77 // Indicators =================================================================
78
79 // Progress bars ==============================================================
80
81 // Containers =================================================================
82
83 .jumbotron {
84
85         h1, h2, h3, h4, h5, h6 {
86                 font-family: @font-family-sans-serif;
87                 font-weight: @headings-font-weight;
88                 color: #000;
89         }
90 }