Cleaned up a bit
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user