Updated main page
This commit is contained in:
parent
f67721abff
commit
ab3351679a
2 changed files with 208 additions and 102 deletions
|
|
@ -113,3 +113,13 @@ h1
|
|||
&__error
|
||||
color: #c85656
|
||||
|
||||
|
||||
.loading-spinner
|
||||
display: inline-block
|
||||
animation: rotate 2s linear infinite
|
||||
|
||||
@keyframes rotate
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(360deg)
|
||||
Loading…
Add table
Add a link
Reference in a new issue