9 lines
174 B
SCSS
9 lines
174 B
SCSS
|
.article-preview {
|
||
|
background: center url('loading.gif') no-repeat;
|
||
|
margin: auto;
|
||
|
vertical-align: middle;
|
||
|
text-align: center;
|
||
|
|
||
|
/* TODO: centered full viewport */
|
||
|
}
|