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