Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 20 | Rev 29 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | @simple-line-icon-prefix : icon-; |
4 | @simple-line-icon-prefix : icon-; |
| 5 | 5 | ||
| 6 | //Fonts |
6 | //Fonts |
| 7 | @font-face { |
7 | @font-face { |
| 8 | font-family: '@{simple-line-font-family}'; |
8 | font-family: '@{simple-line-font-family}'; |
| 9 | src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.3.2'); |
9 | src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0'); |
| 10 | src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.3.2#iefix') format('embedded-opentype'), |
10 | src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), |
| 11 | url('@{simple-line-font-path}Simple-Line-Icons.woff2?v=2.3.2') format('woff2'), |
11 | url('@{simple-line-font-path}Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), |
| 12 | url('@{simple-line-font-path}Simple-Line-Icons.ttf?v=2.3.2') format('truetype'), |
12 | url('@{simple-line-font-path}Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), |
| 13 | url('@{simple-line-font-path}Simple-Line-Icons.woff?v=2.3.2') format('woff'), |
13 | url('@{simple-line-font-path}Simple-Line-Icons.woff?v=2.4.0') format('woff'), |
| 14 | url('@{simple-line-font-path}Simple-Line-Icons.svg?v=2.3.2#simple-line-icons') format('svg'); |
14 | url('@{simple-line-font-path}Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); |
| 15 | font-weight: normal; |
15 | font-weight: normal; |
| 16 | font-style: normal; |
16 | font-style: normal; |
| 17 | } |
17 | } |
| 18 | 18 | ||
| 19 | /* |
19 | /* |
| Line 56... | Line 56... | ||
| 56 | &check, |
56 | &check, |
| 57 | &clock, |
57 | &clock, |
| 58 | &plus, |
58 | &plus, |
| 59 | &minus, |
59 | &minus, |
| 60 | &close, |
60 | &close, |
| - | 61 | &event, |
|
| 61 | &exclamation, |
62 | &exclamation, |
| 62 | &organization, |
63 | &organization, |
| 63 | &trophy, |
64 | &trophy, |
| 64 | &screen-smartphone, |
65 | &screen-smartphone, |
| 65 | &screen-desktop, |
66 | &screen-desktop, |
| Line 205... | Line 206... | ||
| 205 | &social-foursqare, |
206 | &social-foursqare, |
| 206 | &social-soundcloud, |
207 | &social-soundcloud, |
| 207 | &social-spotify, |
208 | &social-spotify, |
| 208 | &social-stumbleupon, |
209 | &social-stumbleupon, |
| 209 | &social-youtube, |
210 | &social-youtube, |
| 210 | &social-dropbox { |
211 | &social-dropbox, |
| - | 212 | &social-vkontakte, |
|
| - | 213 | &social-steam { |
|
| 211 | font-family: '@{simple-line-font-family}'; |
214 | font-family: '@{simple-line-font-family}'; |
| 212 | speak: none; |
215 | speak: none; |
| 213 | font-style: normal; |
216 | font-style: normal; |
| 214 | font-weight: normal; |
217 | font-weight: normal; |
| 215 | font-variant: normal; |
218 | font-variant: normal; |
| Line 364... | Line 367... | ||
| 364 | 367 | ||
| 365 | .@{simple-line-icon-prefix}close:before { |
368 | .@{simple-line-icon-prefix}close:before { |
| 366 | content: "\e082"; |
369 | content: "\e082"; |
| 367 | } |
370 | } |
| 368 | 371 | ||
| - | 372 | .@{simple-line-icon-prefix}event:before { |
|
| - | 373 | content: "\e619"; |
|
| - | 374 | } |
|
| - | 375 | ||
| 369 | .@{simple-line-icon-prefix}exclamation:before { |
376 | .@{simple-line-icon-prefix}exclamation:before { |
| 370 | content: "\e617"; |
377 | content: "\e617"; |
| 371 | } |
378 | } |
| 372 | 379 | ||
| 373 | .@{simple-line-icon-prefix}organization:before { |
380 | .@{simple-line-icon-prefix}organization:before { |
| Line 963... | Line 970... | ||
| 963 | } |
970 | } |
| 964 | 971 | ||
| 965 | .@{simple-line-icon-prefix}social-dropbox:before { |
972 | .@{simple-line-icon-prefix}social-dropbox:before { |
| 966 | content: "\e00c"; |
973 | content: "\e00c"; |
| 967 | } |
974 | } |
| - | 975 | ||
| - | 976 | .@{simple-line-icon-prefix}social-vkontakte:before { |
|
| - | 977 | content: "\e618"; |
|
| - | 978 | } |
|
| - | 979 | ||
| - | 980 | .@{simple-line-icon-prefix}social-steam:before { |
|
| - | 981 | content: "\e620"; |
|
| - | 982 | } |
|