mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:59:28 +00:00
Added title to class test tables
This commit is contained in:
@@ -52,6 +52,10 @@
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: $primary-colour;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
|||||||
@@ -45,9 +45,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class='classPage__tests__container'>
|
<div class='classPage__tests__container'>
|
||||||
<div class='adminTable'>
|
<div class='adminTable'>
|
||||||
|
<h3>Upcoming Tests</h3>
|
||||||
{{> testTable tests=upcomingTests}}
|
{{> testTable tests=upcomingTests}}
|
||||||
</div>
|
</div>
|
||||||
<div class='adminTable'>
|
<div class='adminTable'>
|
||||||
|
<h3>Recent Tests</h3>
|
||||||
{{> testTable tests=recentTests}}
|
{{> testTable tests=recentTests}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user