center loading indicator in sidebar
This commit is contained in:
parent
26459444bc
commit
9f827dc472
|
@ -65,4 +65,5 @@
|
||||||
background-color: #A6ADAD
|
background-color: #A6ADAD
|
||||||
|
|
||||||
.spinner-container
|
.spinner-container
|
||||||
padding: 0.5em 1em
|
text-align: center
|
||||||
|
padding: 1.5em 1em
|
|
@ -23,7 +23,9 @@
|
||||||
|
|
||||||
&:not(.tile--jobs)
|
&:not(.tile--jobs)
|
||||||
&.started,
|
&.started,
|
||||||
&.created
|
&.created,
|
||||||
|
&.received,
|
||||||
|
&.queued
|
||||||
@include colorTiles($start-color)
|
@include colorTiles($start-color)
|
||||||
&.failed
|
&.failed
|
||||||
@include colorTiles($fail-color)
|
@include colorTiles($fail-color)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user