Skip to content

Commit

Permalink
update style.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Nov 28, 2015
1 parent 90bcc1e commit 77e04bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/css/share.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions src/css/share.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.social-share-icon {
.social-share {
font-family:"socialshare" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;

&.icon-tencent:before { content: "\f07a"; }
&.icon-qq:before { content: "\f11a"; }
&.icon-weibo:before { content: "\f12a"; }
&.icon-wechat:before { content: "\f09a"; }
&.icon-douban:before { content: "\f10a"; }
&.icon-heart:before { content: "\f20a"; }
&.icon-like:before { content: "\f00a"; }
&.icon-qzone:before { content: "\f08a"; }
&.icon-linkedin:before { content: "\f01a"; }
&.icon-diandian:before { content: "\f05a"; }
&.icon-facebook:before { content: "\f03a"; }
&.icon-google:before { content: "\f04a"; }
&.icon-twitter:before { content: "\f06a"; }
.icon-tencent:before { content: "\f07a"; }
.icon-qq:before { content: "\f11a"; }
.icon-weibo:before { content: "\f12a"; }
.icon-wechat:before { content: "\f09a"; }
.icon-douban:before { content: "\f10a"; }
.icon-heart:before { content: "\f20a"; }
.icon-like:before { content: "\f00a"; }
.icon-qzone:before { content: "\f08a"; }
.icon-linkedin:before { content: "\f01a"; }
.icon-diandian:before { content: "\f05a"; }
.icon-facebook:before { content: "\f03a"; }
.icon-google:before { content: "\f04a"; }
.icon-twitter:before { content: "\f06a"; }

a {
position:relative;
Expand Down

0 comments on commit 77e04bd

Please sign in to comment.