From 41ee9f05d6045fe2bebb850456864a0e12c5a4ed Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Sat, 8 Apr 2023 07:29:39 +0200 Subject: [PATCH] [TASK] change card layout --- frontend/scss/components/_links.scss | 4 ++ templates/includes/macros.html.tera | 2 +- templates/includes/plus-icon.html.tera | 3 ++ templates/index.html.tera | 54 ++++++++++++++++---------- 4 files changed, 42 insertions(+), 21 deletions(-) create mode 100644 templates/includes/plus-icon.html.tera diff --git a/frontend/scss/components/_links.scss b/frontend/scss/components/_links.scss index d03040d..fcb67b1 100644 --- a/frontend/scss/components/_links.scss +++ b/frontend/scss/components/_links.scss @@ -6,4 +6,8 @@ &-dark { @apply text-primary-900 hover:text-primary-950 underline; } + + &-white { + @apply text-white hover:text-primary-100 underline; + } } diff --git a/templates/includes/macros.html.tera b/templates/includes/macros.html.tera index c204430..5007909 100644 --- a/templates/includes/macros.html.tera +++ b/templates/includes/macros.html.tera @@ -1,5 +1,5 @@ {% macro header(loggedin_user) %} -
+