Cleanup sass pages
This commit is contained in:
parent
21ae7356ae
commit
ee1b4bd637
2 changed files with 1 additions and 22 deletions
|
|
@ -80,13 +80,3 @@
|
||||||
|
|
||||||
&__button
|
&__button
|
||||||
padding: 1rem 0 0 0
|
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)
|
|
||||||
|
|
@ -112,14 +112,3 @@ h1
|
||||||
|
|
||||||
&__error
|
&__error
|
||||||
color: #c85656
|
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