Updating font size and margins for loading animation

Этот коммит содержится в:
Asaad Mahmood
2015-07-09 21:20:32 +05:00
родитель c760e06433
Коммит 23c40243a4

Просмотреть файл

@@ -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;