Updating font size and margins for loading animation
Этот коммит содержится в:
@@ -12,6 +12,7 @@
|
|||||||
.loading__content {
|
.loading__content {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
font-size: 0;
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@@ -28,7 +29,7 @@
|
|||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0 2px;
|
||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
@include border-radius(10px);
|
@include border-radius(10px);
|
||||||
-moz-animation: move 0.75s infinite linear;
|
-moz-animation: move 0.75s infinite linear;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user