1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Added title to class test tables

This commit is contained in:
2022-03-04 10:36:37 +00:00
parent c9e826d016
commit df1c572e14
2 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,10 @@
padding: 1rem;
border-radius: 15px;
h3 {
color: $primary-colour;
}
table {
width: 100%;
border-spacing: 0;

View File

@@ -45,9 +45,11 @@
</div>
<div class='classPage__tests__container'>
<div class='adminTable'>
<h3>Upcoming Tests</h3>
{{> testTable tests=upcomingTests}}
</div>
<div class='adminTable'>
<h3>Recent Tests</h3>
{{> testTable tests=recentTests}}
</div>
</div>