Apparently font awesome no longer acts as text with the new JS version.
This commit is contained in:
parent
f369f6148c
commit
b485e57c8c
|
@ -101,9 +101,8 @@ h1, h2, h3, h4, h5, p {
|
||||||
.loading {
|
.loading {
|
||||||
font-size: 26pt;
|
font-size: 26pt;
|
||||||
color: #FF5555;
|
color: #FF5555;
|
||||||
text-align: center;
|
display: block;
|
||||||
margin-top: 70px;
|
margin: 70px auto;
|
||||||
margin-bottom: 70px;
|
|
||||||
animation-name: spin;
|
animation-name: spin;
|
||||||
animation-duration: 4000ms;
|
animation-duration: 4000ms;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
|
Loading…
Reference in New Issue