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;

View File

@@ -3,7 +3,7 @@
<paper-material class="stat-card layout horizontal {{#if bounce}}bounce{{/if}}">
<div class="numbers paper-font-display1">
{{#if isSkill}}
<div class="{{advantage}} skill-mod">
<div class="{{advantage}}">
{{prefix}}{{skillMod}}
</div>
{{else}}