summaryrefslogtreecommitdiff
path: root/readable/bootswatch.less
blob: 0de0d61436d527c2043b1d62e8fec17a6b85ff51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// Readable 3.0.2
// Bootswatch
// -----------------------------------------------------

@import url("//fonts.googleapis.com/css?family=Raleway:700");

// Navbar =====================================================================

.navbar {
	font-family: @headings-font-family;
	text-transform: uppercase;

	&-nav > li > a {
		padding-top: @navbar-padding-vertical + 6px;
	}

	&-nav > li > a:hover {
		text-decoration: underline;
	}

	&-brand {
		padding-top: @navbar-padding-vertical + 5px;
	}
}

// Buttons ====================================================================

.btn {
	font-family: @headings-font-family;
	text-transform: uppercase;
}

// Typography =================================================================

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

p {
	margin-bottom: 1.4em;
}

// Tables =====================================================================

// Forms ======================================================================

// Navs =======================================================================

.pagination {

	.active > a,
	.active > a:hover {
		border-color: #ddd;
	}
}

// Indicators =================================================================

// Progress bars ==============================================================

// Containers =================================================================