diff --git a/src/styles/theme/_index.scss b/src/styles/theme/_index.scss index 384c3a9f8..8aad2ab05 100644 --- a/src/styles/theme/_index.scss +++ b/src/styles/theme/_index.scss @@ -10,4 +10,5 @@ @import "flatpickr"; @import 'helpers'; @import 'navigation'; -@import 'button'; \ No newline at end of file +@import 'button'; +@import 'cards'; \ No newline at end of file diff --git a/src/styles/theme/cards.scss b/src/styles/theme/cards.scss new file mode 100644 index 000000000..7c08fe772 --- /dev/null +++ b/src/styles/theme/cards.scss @@ -0,0 +1,8 @@ +.section-card { + background: var(--card-background-color); + border-radius: var(--card-radius); + box-shadow: var(--card-shadow); + color: var(--card-color); + padding: 20px; + margin: 0 0 20px 0; +} \ No newline at end of file diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue index 71d35b3ee..ac755b7a1 100644 --- a/src/views/tasks/ShowTasks.vue +++ b/src/views/tasks/ShowTasks.vue @@ -3,7 +3,7 @@

{{ pageTitle }}

-

+