aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-12 20:23:37 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-12 20:23:37 +0800
commit8e36a302cec6df297c00be4555ea0a6d8bd20114 (patch)
tree6772eb274f6cedb5976dfc7d6211adb1c08da003 /src/css/_partial
parent6879d8e3d3144086737542049d282a832240ebc8 (diff)
refactor: store iconfont file locally
Diffstat (limited to 'src/css/_partial')
-rw-r--r--src/css/_partial/_iconfont.scss102
1 files changed, 0 insertions, 102 deletions
diff --git a/src/css/_partial/_iconfont.scss b/src/css/_partial/_iconfont.scss
deleted file mode 100644
index cf8c967..0000000
--- a/src/css/_partial/_iconfont.scss
+++ /dev/null
@@ -1,102 +0,0 @@
-// ==============================
-// Iconfont
-// ==============================
-
-@font-face {
- font-family: 'iconfont'; /* project id 96542 */
- src: url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.eot');
- src: url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.eot?#iefix') format('embedded-opentype'),
- url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.woff') format('woff'),
- url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.ttf') format('truetype'),
- url('//at.alicdn.com/t/font_96542_ixz9jngnf1sb57b9.svg#iconfont') format('svg');
-}
-
-.iconfont {
- font-family: "iconfont" !important;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- cursor: pointer;
-}
-
-.icon-instagram:before {
- font-size: .95em;
- content: "\e611";
- position: relative;
- top: -1px;
-}
-.icon-douban:before {
- content: "\e610";
-}
-.icon-tumblr:before {
- content: "\e69f";
- font-size: .85em;
- position: relative;
- top: -4px;
-}
-.icon-linkedin:before {
- content: "\e60d";
- position: relative;
- top: -4px;
-}
-.icon-twitter:before {
- content: "\e600";
-}
-.icon-weibo:before {
- content: "\e602";
-}
-.icon-stack-overflow:before {
- content: "\e603";
- font-size: .85em;
- position: relative;
- top: -4px;
-}
-.icon-email:before {
- content: "\e605";
- position: relative;
- top: -2px;
-}
-.icon-facebook:before {
- content: "\e601";
- font-size: .95em;
- position: relative;
- top: -2px;
-}
-.icon-github:before {
- content: "\e606";
- position: relative;
- top: -3px;
-}
-.icon-rss:before {
- content: "\e604";
-}
-.icon-google:before {
- content: "\e609";
-}
-.icon-zhihu:before {
- content: "\e607";
- font-size: .9em;
- position: relative;
- top: -2px;
-}
-.icon-pocket:before {
- content: "\e856";
-}
-
-/* Generic Icon */
-.icon-heart:before {
- content: "\e608";
-}
-.icon-right:before {
- content: "\e60a";
-}
-.icon-left:before {
- content: "\e60b";
-}
-.icon-up:before {
- content: "\e60c";
-}
-.icon-close:before {
- content: "\e60f";
-}