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