summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/fontawesome_custom.scss
blob: 693632c3af1b36f23d518b0cbc3351d8bbdf357b (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
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

// stylelint-disable property-no-vendor-prefix
// stylelint-disable at-rule-no-vendor-prefix
// stylelint-disable stylelint-gitlab/duplicate-selectors
// scss-lint:disable MergeableSelector
@font-face {
  font-family: 'FontAwesome';
  src: asset-url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), asset-url('fontawesome-webfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-2x {
  font-size: 2em;
}

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

.fa-exclamation-circle::before {
  content: '\f06a';
}

.fa-lightbulb-o::before {
  content: '\f0eb';
}

.fa-thumb-tack::before {
  content: '\f08d';
}

.fa-fire::before {
  content: '\f06d';
}

.fa-square-o::before {
  content: '\f096';
}

.fa-check-square-o::before {
  content: '\f046';
}