xref: /template/sprintdoc/css/base_fontello-icons.less (revision cb7cc643bf8e0ff0a632314222134a32ded8ae21)
1/**
2 * This file provides styles for web fonts and icon fonts
3 *
4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
5 */
6
7
8/* icon font */
9.setIconFontFace('fontello','fontello');
10
11.icon, [class^="icon-"], [class*=" icon-"]{
12    .fontello();
13}
14
15
16/* + + + + +  fontello codes  + + + + + */
17/**
18 * If in the Fontello-Packet an icon is added, the code should be supplemented here:
19*/
20
21.icon-emo-happy          { &::before { content: '\e804'; } } /* '' */
22.icon-emo-wink           { &::before { content: '\e805'; } } /* '' */
23.icon-emo-unhappy        { &::before { content: '\e806'; } } /* '' */
24.icon-emo-sleep          { &::before { content: '\e807'; } } /* '' */
25.icon-emo-thumbsup       { &::before { content: '\e808'; } } /* '' */
26.icon-emo-grin           { &::before { content: '\e80c'; } } /* '' */
27.icon-emo-angry          { &::before { content: '\e80d'; } } /* '' */
28.icon-emo-cry            { &::before { content: '\e80f'; } } /* '' */
29.icon-emo-squint         { &::before { content: '\e811'; } } /* '' */
30.icon-emo-laugh          { &::before { content: '\e812'; } } /* '' */
31.icon-emo-wink2          { &::before { content: '\e813'; } } /* '' */
32
33.icon-up                 { &::before { content: '\e853'; } } /* '' */
34.icon-up-small           { &::before { content: '\e82f'; } } /* '' */
35.icon-up-thick           { &::before { content: '\e831'; } } /* '' */
36.icon-up-open-big        { &::before { content: '\e848'; } } /* '' */
37
38.icon-down               { &::before { content: '\e859'; } } /* '' */
39.icon-down-small         { &::before { content: '\e834'; } } /* '' */
40.icon-down-thick         { &::before { content: '\e835'; } } /* '' */
41.icon-down-bold          { &::before { content: '\e883'; } } /* '' */
42
43.icon-right-small        { &::before { content: '\e82d'; } } /* '' */
44.icon-right-thick        { &::before { content: '\e82e'; } } /* '' */
45
46.icon-left-small         { &::before { content: '\e836'; } } /* '' */
47.icon-left-thick         { &::before { content: '\e82c'; } } /* '' */
48.icon-left-bold          { &::before { content: '\e837'; } } /* '' */
49
50.icon-smile              { &::before { content: '\e85e'; } } /* '' */
51.icon-frown              { &::before { content: '\e84b'; } } /* '' */
52.icon-meh                { &::before { content: '\e85f'; } } /* '' */
53
54.icon-help               { &::before { content: '\e83c'; } } /* '' */
55.icon-menu               { &::before { content: '\e854'; } } /* '' */
56.icon-home               { &::before { content: '\e842'; } } /* '' */
57.icon-search             { &::before { content: '\e855'; } } /* '' */
58.icon-user               { &::before { content: '\e833'; } } /* '' */
59.icon-user-circle        { &::before { content: '\e86c'; } } /* '' */
60.icon-login              { &::before { content: '\e845'; } } /* '' */
61.icon-logout             { &::before { content: '\e847'; } } /* '' */
62
63.icon-dividers           { &::before { content: '\e801'; } } /* '' */
64.icon-cog                { &::before { content: '\e84e'; } } /* '' */
65.icon-cog-alt            { &::before { content: '\e818'; } } /* '' */
66.icon-attachment         { &::before { content: '\e832'; } } /* '' */
67.icon-revert-replay      { &::before { content: '\e839'; } } /* '' */
68.icon-bell               { &::before { content: '\e83a'; } } /* '' */
69.icon-bookmark-empty     { &::before { content: '\e83b'; } } /* '' */
70.icon-check              { &::before { content: '\e841'; } } /* '' */
71.icon-checkbox-marked    { &::before { content: '\e844'; } } /* '' */
72.icon-down-open-big      { &::before { content: '\e846'; } } /* '' */
73.icon-star               { &::before { content: '\e860'; } } /* '' */
74.icon-star-outline       { &::before { content: '\e84c'; } } /* '' */
75.icon-sitemap            { &::before { content: '\e84d'; } } /* '' */
76.icon-puzzle             { &::before { content: '\e84f'; } } /* '' */
77.icon-plus               { &::before { content: '\e850'; } } /* '' */
78.icon-minus              { &::before { content: '\e852'; } } /* '' */
79.icon-pencil-1           { &::before { content: '\e851'; } } /* '' */
80.icon-clipboard          { &::before { content: '\e857'; } } /* '' */
81.icon-clipboard-empty    { &::before { content: '\e856'; } } /* '' */
82.icon-clock              { &::before { content: '\e858'; } } /* '' */
83.icon-cloud              { &::before { content: '\e85a'; } } /* '' */
84.icon-mail               { &::before { content: '\e85d'; } } /* '' */
85
86.icon-folder-image       { &::before { content: '\e809'; } } /* '' */
87.icon-file-new           { &::before { content: '\e83d'; } } /* '' */
88.icon-file               { &::before { content: '\e83e'; } } /* '' */
89.icon-file-export        { &::before { content: '\e80a'; } } /* '' */
90.icon-files              { &::before { content: '\e849'; } } /* '' */
91
92.icon-comment-question   { &::before { content: '\e880'; } } /* '' */
93.icon-jira               { &::before { content: '\e881'; } } /* '' */
94
95
96/* + + + + +  additional "after" for nav-pagetools  + + + + + */
97
98.icon-pencil {
99    &::before,
100    &::after { content: '\e840'; }
101}
102.icon-pencil-add {
103    &::before,
104    &::after { content: '\e800'; }
105}
106.icon-revisions-history {
107    &::before,
108    &::after { content: '\e803'; }
109}
110.icon-link {
111    &::before,
112    &::after { content: '\e843'; }
113}
114.icon-file-pdf {
115    &::before,
116    &::after { content: '\e838'; }
117}
118.icon-file-xml {
119    &::before,
120    &::after { content: '\e802'; }
121}
122.icon-up-bold {
123    &::before,
124    &::after { content: '\e830'; }
125}
126.icon-disk {
127    &::before,
128    &::after{ content: '\e85c'; }
129}
130.icon-file-text {
131    &::before,
132    &::after{ content: '\e84a'; }
133}
134.icon-book-open {
135    &::before,
136    &::after { content: '\e83f'; }
137}
138.icon-code-braces {
139    &::before,
140    &::after { content: '\e85b'; }
141}
142.icon-code {
143    &::before,
144    &::after { content: '\e861'; }
145}
146.icon-right-bold {
147    &::before,
148    &::after { content: '\e882'; }
149}
150