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