Cleaned up a bit

This commit is contained in:
Frogvall
2018-06-20 14:33:34 +02:00
parent 3f3caf63e4
commit c417c45db1
2 changed files with 3 additions and 3 deletions

View File

@@ -15,14 +15,14 @@
padding: 16px;
}
.stat-card .skill-mod.advantage{
.stat-card .advantage{
background-image: url(/png/advantage/greenUp.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.stat-card .skill-mod.disadvantage{
.stat-card .disadvantage{
background-image: url(/png/advantage/redDown.png);
background-size: contain;
background-repeat: no-repeat;