From 8b5b3d1e07c07a2d3c9ffd17e3303770c933f80c Mon Sep 17 00:00:00 2001 From: Morteza Karimi Date: Mon, 12 Feb 2018 22:03:35 +0330 Subject: [PATCH] Fix Spinner Icons in spin when add `.fa-spin` class Fix `spinning icons example` link,when click on it add `.fa-spin` to icons --- production/icons.html | 18 +++++++++++++++--- src/scss/custom.scss | 1 - 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/production/icons.html b/production/icons.html index 16c0d6fc..dd903a7c 100755 --- a/production/icons.html +++ b/production/icons.html @@ -1354,12 +1354,12 @@ -
+
@@ -2344,5 +2344,17 @@ + - \ No newline at end of file + diff --git a/src/scss/custom.scss b/src/scss/custom.scss index 1ee778d9..909a7057 100644 --- a/src/scss/custom.scss +++ b/src/scss/custom.scss @@ -1710,7 +1710,6 @@ h4.graph_title { vertical-align: -6px; } .fontawesome-icon-list .fa-hover a .fa { - width: 32px; font-size: 16px; display: inline-block; text-align: right;