grandlyon-sau: reverse evolutions order and highlight the last one (#29566)

This commit is contained in:
Serghei Mihai 2019-05-22 12:14:17 +02:00
parent a06f66f446
commit 36b8bbc853
1 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,14 @@ ul#evolutions li span.item {
box-shadow: 0 0 0px 5px white;
}
ul#evolutions {
display: flex;
flex-direction: column-reverse;
li:last-child span.item {
background: $primary-color !important;
}
}
a {
color: $primary-color;
}