From 1cbeb64fbf22342b070e71ba7d38624a9fb0c5c8 Mon Sep 17 00:00:00 2001 From: savvasha Date: Sun, 20 May 2018 12:32:56 +0300 Subject: [PATCH] Add league, shield, tshirt, whistle, time, and friendly icons to front-end --- assets/css/icons.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/assets/css/icons.css b/assets/css/icons.css index af3696b4..3ed7a013 100644 --- a/assets/css/icons.css +++ b/assets/css/icons.css @@ -109,3 +109,22 @@ .sp-icon-card:before { content: "\e801"; } +.sp-icon-league:before { + content: "\f332"; +} +.sp-icon-shield:before { + content: "\f334"; +} +.sp-icon-tshirt:before, +.sp-icon-sp_player:before { + content: "\f307"; +} +.sp-icon-whistle:before { + content: "\f227"; +} +.sp-icon-time:before { + content: "\f469"; +} +.sp-icon-friendly:before { + content: "\f328"; +}