Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ratchicons.scss « sass - github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96014d923e31a7c89d9bb367d82593e4e83f41c3 (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
//
// Ratchicons
// --------------------------------------------------

@font-face {
  font-family: Ratchicons;
  src: url("ratchicons/ratchicons.eot");
  src: url("ratchicons/ratchicons.eot?#iefix") format("embedded-opentype"),
       url("ratchicons/ratchicons.woff") format("woff"),
       url("ratchicons/ratchicons.ttf") format("truetype"),
       url("ratchicons/ratchicons.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: Ratchicons;
  font-size: 24px;
  text-decoration: none;
  line-height: 1;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}
.icon-and-up:before { content: '\e809'; }
.icon-back:before { content: '\e80a'; }
.icon-bars:before { content: '\e80e'; }
.icon-caret:before { content: '\e80f'; }
.icon-check:before { content: '\e810'; }
.icon-close:before { content: '\e811'; }
.icon-code:before { content: '\e812'; }
.icon-compose:before { content: '\e813'; }
.icon-down-nav:before { content: '\e814'; }
.icon-down:before { content: '\e820'; }
.icon-download:before { content: '\e815'; }
.icon-edit:before { content: '\e829'; }
.icon-forward:before { content: '\e82a'; }
.icon-gear:before { content: '\e821'; }
.icon-home:before { content: '\e82b'; }
.icon-info:before { content: '\e82c'; }
.icon-left-nav:before { content: '\e82d'; }
.icon-left:before { content: '\e822'; }
.icon-list:before { content: '\e823'; }
.icon-more-vertical:before { content: '\e82e'; }
.icon-more:before { content: '\e82f'; }
.icon-pages:before { content: '\e824'; }
.icon-pause:before { content: '\e830'; }
.icon-person:before { content: '\e832'; }
.icon-play:before { content: '\e816'; }
.icon-plus:before { content: '\e817'; }
.icon-refresh:before { content: '\e825'; }
.icon-right-nav:before { content: '\e818'; }
.icon-right:before { content: '\e826'; }
.icon-search:before { content: '\e819'; }
.icon-share:before { content: '\e81a'; }
.icon-sound2:before { content: '\e828'; }
.icon-sound3:before { content: '\e80b'; }
.icon-sound4:before { content: '\e80c'; }
.icon-sound:before { content: '\e827'; }
.icon-star-filled:before { content: '\e81b'; }
.icon-star:before { content: '\e81c'; }
.icon-stop:before { content: '\e81d'; }
.icon-trash:before { content: '\e81e'; }
.icon-up-nav:before { content: '\e81f'; }
.icon-up:before { content: '\e80d'; }