Cleanup sass pages
This commit is contained in:
parent
21ae7356ae
commit
ee1b4bd637
2 changed files with 1 additions and 22 deletions
|
|
@ -79,14 +79,4 @@
|
|||
opacity: 0.6
|
||||
|
||||
&__button
|
||||
padding: 1rem 0 0 0
|
||||
|
||||
.loading-spinner
|
||||
display: inline-block
|
||||
animation: rotate 2s linear infinite
|
||||
|
||||
@keyframes rotate
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(360deg)
|
||||
padding: 1rem 0 0 0
|
||||
|
|
@ -112,14 +112,3 @@ 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