summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_loading.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-09 21:20:32 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-09 21:20:32 +0500
commit23c40243a4291bac573ccc05d45ad025b9570f62 (patch)
treed50327f0fb054224dcc9cc61b9b54df067b6e34e /web/sass-files/sass/partials/_loading.scss
parentc760e06433fa9829c92905cc3b8cdedb5479466d (diff)
downloadchat-23c40243a4291bac573ccc05d45ad025b9570f62.tar.gz
chat-23c40243a4291bac573ccc05d45ad025b9570f62.tar.bz2
chat-23c40243a4291bac573ccc05d45ad025b9570f62.zip
Updating font size and margins for loading animation
Diffstat (limited to 'web/sass-files/sass/partials/_loading.scss')
-rw-r--r--web/sass-files/sass/partials/_loading.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_loading.scss b/web/sass-files/sass/partials/_loading.scss
index b47594daf..bc819e8f5 100644
--- a/web/sass-files/sass/partials/_loading.scss
+++ b/web/sass-files/sass/partials/_loading.scss
@@ -12,6 +12,7 @@
.loading__content {
display: table-cell;
vertical-align: middle;
+ font-size: 0;
h3 {
font-size: 16px;
font-weight: 400;
@@ -28,7 +29,7 @@
width: 4px;
height: 4px;
display: inline-block;
- margin: 0;
+ margin: 0 2px;
opacity: 0.1;
@include border-radius(10px);
-moz-animation: move 0.75s infinite linear;