aboutsummaryrefslogtreecommitdiffstats
path: root/theme/default/rsrc/css/import/_font-awesome.scss
blob: 733022c8bacf6e2c47dad5028a7159054225a90c (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
62
63
64
65
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# FontAwesome Main
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 "FontAwesome";
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# FontAwesome Icons
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.fa-rss:before {
	content: "\f09e";
}

.fa-key:before {
	content: "\f084";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-user:before {
	content: "\f007";
}

.fa-home:before {
	content: "\f015";
}

.fa-search:before {
	content: "\f002";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}