summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_variables.scss
diff options
context:
space:
mode:
authorralder <ralder@yandex.ru>2015-07-13 04:23:24 -0700
committerralder <ralder@yandex.ru>2015-07-13 13:53:59 -0700
commit6e5126ba1d273e9576923a65d5b614314970f99f (patch)
tree07d6a6f433dbefabd1798a4abce432d75329bf93 /web/sass-files/sass/partials/_variables.scss
parente38ea318a1287710313a0c86fecb76dff8a923aa (diff)
downloadchat-6e5126ba1d273e9576923a65d5b614314970f99f.tar.gz
chat-6e5126ba1d273e9576923a65d5b614314970f99f.tar.bz2
chat-6e5126ba1d273e9576923a65d5b614314970f99f.zip
fix incorrect call for AsyncClient.dispatchError
Diffstat (limited to 'web/sass-files/sass/partials/_variables.scss')
-rw-r--r--web/sass-files/sass/partials/_variables.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_variables.scss b/web/sass-files/sass/partials/_variables.scss
index eb1f3eef3..5d883ab44 100644
--- a/web/sass-files/sass/partials/_variables.scss
+++ b/web/sass-files/sass/partials/_variables.scss
@@ -7,10 +7,4 @@ $primary-color: #2389D7;
$primary-color--hover: darken(#2389D7, 5%);
$body-bg: #e9e9e9;
$header-bg: #f9f9f9;
-$border-gray: 1px solid #ddd;
-
-// Animation
-.glyphicon-refresh-animate {
- -animation: spin .7s infinite linear;
- -webkit-animation: spin2 .7s infinite linear;
-} \ No newline at end of file
+$border-gray: 1px solid #ddd; \ No newline at end of file