New social icons for providers
GitHub and GitLab
This commit is contained in:
parent
968046543c
commit
5df8075762
9 changed files with 29 additions and 15 deletions
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fonticons';
|
||||
src: url('../font/fonticons.eot?63556011');
|
||||
src: url('../font/fonticons.eot?63556011#iefix') format('embedded-opentype'),
|
||||
url('../font/fonticons.woff2?63556011') format('woff2'),
|
||||
url('../font/fonticons.woff?63556011') format('woff'),
|
||||
url('../font/fonticons.ttf?63556011') format('truetype'),
|
||||
url('../font/fonticons.svg?63556011#fonticons') format('svg');
|
||||
src: url('../font/fonticons.eot?45092274');
|
||||
src: url('../font/fonticons.eot?45092274#iefix') format('embedded-opentype'),
|
||||
url('../font/fonticons.woff2?45092274') format('woff2'),
|
||||
url('../font/fonticons.woff?45092274') format('woff'),
|
||||
url('../font/fonticons.ttf?45092274') format('truetype'),
|
||||
url('../font/fonticons.svg?45092274#fonticons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
|||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fonticons';
|
||||
src: url('../font/fonticons.svg?63556011#fonticons') format('svg');
|
||||
src: url('../font/fonticons.svg?45092274#fonticons') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -121,7 +121,9 @@
|
|||
.icon-team:before { content: '\e83f'; } /* '' */
|
||||
.icon-kanban:before { content: '\e841'; } /* '' */
|
||||
.icon-timetracking:before { content: '\e842'; } /* '' */
|
||||
.icon-github:before { content: '\f09b'; } /* '' */
|
||||
.icon-task:before { content: '\f12e'; } /* '' */
|
||||
.icon-invoice:before { content: '\f153'; } /* '' */
|
||||
.icon-org:before { content: '\f19c'; } /* '' */
|
||||
.icon-event:before { content: '\f273'; } /* '' */
|
||||
.icon-event:before { content: '\f273'; } /* '' */
|
||||
.icon-gitlab:before { content: '\f296'; } /* '' */
|
Reference in a new issue