...
|
...
|
@@ -181,7 +181,11 @@ |
|
|
top: 50%;
|
|
|
margin-top: -0.75rem;
|
|
|
right: 0;
|
|
|
color: #666;
|
|
|
color: #999;
|
|
|
|
|
|
padding-right: 0.75rem;
|
|
|
text-align: right;
|
|
|
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -343,5 +347,10 @@ |
|
|
height: 2rem;
|
|
|
background: image_url('loading.gif') center center no-repeat;
|
|
|
@include background-size(auto 40%);
|
|
|
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 0;
|
|
|
margin-top: -1rem;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|