backgrounds now have proficiencies

This commit is contained in:
Stefan Zermatten
2015-06-17 08:49:26 +02:00
parent 6caf19bc99
commit 9ff45dbcc2
6 changed files with 46 additions and 15 deletions

View File

@@ -1,6 +1,10 @@
<template name="proficiencyView">
<div class="proficiencyView" layout horizontal center>
<core-icon icon="{{profIcon}}"></core-icon>
<div class="sideMargin">{{getName}}</div>
<div class="proficiencyView item small"
style="padding: 0;"
layout horizontal center>
<core-icon icon="{{profIcon}}" style="margin-right: 16px;"></core-icon>
<div>{{getName}}</div>
</div>
</template>