diff --git a/app/styles/app/components/sync-button.sass b/app/styles/app/components/sync-button.sass index 187f84a8..a3dd009b 100644 --- a/app/styles/app/components/sync-button.sass +++ b/app/styles/app/components/sync-button.sass @@ -65,4 +65,5 @@ background-color: #A6ADAD .spinner-container - padding: 0.5em 1em \ No newline at end of file + text-align: center + padding: 1.5em 1em \ No newline at end of file diff --git a/app/styles/app/modules/tiles.sass b/app/styles/app/modules/tiles.sass index 7eaf9b5f..f6da8d9a 100644 --- a/app/styles/app/modules/tiles.sass +++ b/app/styles/app/modules/tiles.sass @@ -23,7 +23,9 @@ &:not(.tile--jobs) &.started, - &.created + &.created, + &.received, + &.queued @include colorTiles($start-color) &.failed @include colorTiles($fail-color)