Use bootstrap accordions, cards and set colors in statistics page.

This commit is contained in:
2018-12-28 23:30:17 +00:00
parent 9aa80ae7a5
commit 3754ccdb76
5 changed files with 469 additions and 205 deletions

View File

@@ -31,4 +31,25 @@ header a:hover
footer a:hover
{
text-decoration: none;
}
.table-centered
{
margin-left:auto;
margin-right:auto;
}
.card-button{color:$yellow}
.table-dark-em
{
color: $brown;
font-style: normal;
}
.table-dark-header
{
color: $brown;
font-style: normal;
text-align: center;
}