forked from epicmaxco/vuestic-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move icon fonts into modules * add weloveiconfonts.com icons to project directly
- Loading branch information
Showing
59 changed files
with
6,797 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+16.2 KB
src/vuestic-theme/vuestic-sass/icons/icon-fonts/brandico/brandico.eot
Binary file not shown.
143 changes: 143 additions & 0 deletions
143
src/vuestic-theme/vuestic-sass/icons/icon-fonts/brandico/brandico.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
@font-face { | ||
font-family: 'brandico'; | ||
font-style: normal; | ||
font-weight: normal; | ||
src: url('vuestic-theme/vuestic-sass/icons/icon-fonts/brandico/brandico.eot'); | ||
src: url('vuestic-theme/vuestic-sass/icons/icon-fonts/brandico/brandico.eot#iefix') format('eot'), | ||
url('vuestic-theme/vuestic-sass/icons/icon-fonts/brandico/brandico.woff') format('woff'), | ||
url('vuestic-theme/vuestic-sass/icons/icon-fonts/brandico/brandico.ttf') format('truetype'), | ||
url('vuestic-theme/vuestic-sass/icons/icon-fonts/brandico/brandico.svg#brandico') format('svg'); | ||
} | ||
|
||
[class*="brandico-"]:before { | ||
font-family: 'brandico', sans-serif; | ||
font-style: normal; | ||
} | ||
|
||
.brandico-facebook:before { | ||
content: "\f300" | ||
} | ||
|
||
.brandico-facebook-rect:before { | ||
content: "\f301" | ||
} | ||
|
||
.brandico-twitter:before { | ||
content: "\f302" | ||
} | ||
|
||
.brandico-twitter-bird:before { | ||
content: "\f303" | ||
} | ||
|
||
.brandico-vimeo:before { | ||
content: "\f30f" | ||
} | ||
|
||
.brandico-vimeo-rect:before { | ||
content: "\f30e" | ||
} | ||
|
||
.brandico-tumblr:before { | ||
content: "\f311" | ||
} | ||
|
||
.brandico-tumblr-rect:before { | ||
content: "\f310" | ||
} | ||
|
||
.brandico-googleplus-rect:before { | ||
content: "\f309" | ||
} | ||
|
||
.brandico-github-text:before { | ||
content: "\f307" | ||
} | ||
|
||
.brandico-github:before { | ||
content: "\f308" | ||
} | ||
|
||
.brandico-skype:before { | ||
content: "\f30b" | ||
} | ||
|
||
.brandico-icq:before { | ||
content: "\f304" | ||
} | ||
|
||
.brandico-yandex:before { | ||
content: "\f305" | ||
} | ||
|
||
.brandico-yandex-rect:before { | ||
content: "\f306" | ||
} | ||
|
||
.brandico-vkontakte-rect:before { | ||
content: "\f30a" | ||
} | ||
|
||
.brandico-odnoklassniki:before { | ||
content: "\f30c" | ||
} | ||
|
||
.brandico-odnoklassniki-rect:before { | ||
content: "\f30d" | ||
} | ||
|
||
.brandico-friendfeed:before { | ||
content: "\f312" | ||
} | ||
|
||
.brandico-friendfeed-rect:before { | ||
content: "\f313" | ||
} | ||
|
||
.brandico-blogger:before { | ||
content: "\f314" | ||
} | ||
|
||
.brandico-blogger-rect:before { | ||
content: "\f315" | ||
} | ||
|
||
.brandico-deviantart:before { | ||
content: "\f316" | ||
} | ||
|
||
.brandico-jabber:before { | ||
content: "\f317" | ||
} | ||
|
||
.brandico-lastfm:before { | ||
content: "\f318" | ||
} | ||
|
||
.brandico-lastfm-rect:before { | ||
content: "\f319" | ||
} | ||
|
||
.brandico-linkedin:before { | ||
content: "\f31a" | ||
} | ||
|
||
.brandico-linkedin-rect:before { | ||
content: "\f31b" | ||
} | ||
|
||
.brandico-picasa:before { | ||
content: "\f31c" | ||
} | ||
|
||
.brandico-wordpress:before { | ||
content: "\f31d" | ||
} | ||
|
||
.brandico-instagram:before { | ||
content: "\f31e" | ||
} | ||
|
||
.brandico-instagram-filled:before { | ||
content: "\f31f" | ||
} |
Oops, something went wrong.