diff --git a/src/styles/components/tasks.scss b/src/styles/components/tasks.scss index eeac377db..8ed79b61e 100644 --- a/src/styles/components/tasks.scss +++ b/src/styles/components/tasks.scss @@ -167,3 +167,28 @@ } } } + +.show-tasks { + h3 { + text-align: left; + + &.nothing { + text-align: center; + margin-top: 3em; + } + + .input { + width: 190px; + vertical-align: middle; + margin: .5rem 0; + } + } + + img { + margin-top: 2em; + } + + .spinner.is-loading:after { + margin-left: calc(40% - 1em); + } +} \ No newline at end of file diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue index 26b4d596b..54d0ef9c8 100644 --- a/src/views/tasks/ShowTasks.vue +++ b/src/views/tasks/ShowTasks.vue @@ -1,7 +1,26 @@