Added option for Xing social media icon
This commit is contained in:
parent
7c387c5541
commit
5fbb1c6bea
10 changed files with 52 additions and 8 deletions
|
@ -405,6 +405,7 @@ mark {
|
|||
.icon-video:before,
|
||||
.icon-vimeo:before,
|
||||
.icon-warning:before,
|
||||
.icon-xing:before,
|
||||
.icon-youtube:before {
|
||||
display: inline-block;
|
||||
font-family: "iconfont";
|
||||
|
@ -472,4 +473,5 @@ font-smoothing: antialiased;
|
|||
.icon-video:before { content: "\f12f"; }
|
||||
.icon-vimeo:before { content: "\f130"; }
|
||||
.icon-warning:before { content: "\f131"; }
|
||||
.icon-xing:before { content: "\f135"; }
|
||||
.icon-youtube:before { content: "\f132"; }
|
||||
|
|
Reference in a new issue