mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use bootstrap accordions, cards and set colors in statistics page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user