From df1c572e14a6a0cefc5b95d973a33a48c4af127e Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 4 Mar 2022 10:36:37 +0000 Subject: [PATCH] Added title to class test tables --- src/stylesheets/components/_admin.scss | 4 ++++ views/class.hbs | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/stylesheets/components/_admin.scss b/src/stylesheets/components/_admin.scss index f65c12d..fbc22da 100644 --- a/src/stylesheets/components/_admin.scss +++ b/src/stylesheets/components/_admin.scss @@ -52,6 +52,10 @@ padding: 1rem; border-radius: 15px; + h3 { + color: $primary-colour; + } + table { width: 100%; border-spacing: 0; diff --git a/views/class.hbs b/views/class.hbs index 0b9a0b1..2d5e7db 100644 --- a/views/class.hbs +++ b/views/class.hbs @@ -45,9 +45,11 @@
+

Upcoming Tests

{{> testTable tests=upcomingTests}}
+

Recent Tests

{{> testTable tests=recentTests}}