Tweak the template/css structure
This commit is contained in:
parent
1afffb0a73
commit
56fe115407
24 changed files with 10 additions and 7 deletions
|
|
@ -1,109 +0,0 @@
|
|||
<div class="HeroSkillsCardV1">
|
||||
<div class="label col-header list-header gait-skills-header">
|
||||
<span>{{ rc-i18n "RipCrypt.Apps.grit-skills" }}</span>
|
||||
<span class="small">{{ rc-i18n "RipCrypt.common.rank" }}</span>
|
||||
</div>
|
||||
<ol class="num-before skill-list even grit-skills">
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ol>
|
||||
|
||||
<div class="label col-header list-header gait-skills-header">
|
||||
<span>{{ rc-i18n "RipCrypt.Apps.gait-skills" }}</span>
|
||||
<span class="small">{{ rc-i18n "RipCrypt.common.rank" }}</span>
|
||||
</div>
|
||||
<ol class="num-before skill-list even gait-skills">
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ol>
|
||||
|
||||
<div class="label col-header list-header grip-skills-header">
|
||||
<span>{{ rc-i18n "RipCrypt.Apps.grip-skills" }}</span>
|
||||
<span class="small">{{ rc-i18n "RipCrypt.common.rank" }}</span>
|
||||
</div>
|
||||
<ol class="num-before skill-list odd grip-skills">
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ol>
|
||||
|
||||
<div class="label col-header list-header glim-skills-header">
|
||||
<span>{{ rc-i18n "RipCrypt.Apps.glim-skills" }}</span>
|
||||
<span class="small">{{ rc-i18n "RipCrypt.common.rank" }}</span>
|
||||
</div>
|
||||
<ol class="num-before skill-list odd glim-skills">
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ol>
|
||||
|
||||
<div class="label col-header list-header">
|
||||
<span>{{ rc-i18n "RipCrypt.common.gear" }}</span>
|
||||
<span class="small">{{ rc-i18n "RipCrypt.common.slot" }}</span>
|
||||
</div>
|
||||
<ol class="num-after gear-list">
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ol>
|
||||
|
||||
<div class="currencies">
|
||||
<div class="currency half-pill">
|
||||
<{{{ifThen meta.editable "label" "div" }}}
|
||||
for="{{meta.idp}}-gold"
|
||||
class="label"
|
||||
>
|
||||
{{ rc-i18n "RipCrypt.common.currency.gold"}}
|
||||
</{{{ifThen meta.editable "label" "div" }}}>
|
||||
<input
|
||||
type="number"
|
||||
id="{{meta.idp}}-gold"
|
||||
class="input"
|
||||
value="0"
|
||||
>
|
||||
</div>
|
||||
<div class="currency half-pill">
|
||||
<{{{ifThen meta.editable "label" "div" }}}
|
||||
for="{{meta.idp}}-silver"
|
||||
class="label"
|
||||
>
|
||||
{{ rc-i18n "RipCrypt.common.currency.silver"}}
|
||||
</{{{ifThen meta.editable "label" "div" }}}>
|
||||
<input
|
||||
type="number"
|
||||
id="{{meta.idp}}-silver"
|
||||
class="input"
|
||||
value="0"
|
||||
>
|
||||
</div>
|
||||
<div class="currency half-pill">
|
||||
<{{{ifThen meta.editable "label" "div" }}}
|
||||
for="{{meta.idp}}-copper"
|
||||
class="label"
|
||||
>
|
||||
{{ rc-i18n "RipCrypt.common.currency.copper"}}
|
||||
</{{{ifThen meta.editable "label" "div" }}}>
|
||||
<input
|
||||
type="number"
|
||||
id="{{meta.idp}}-copper"
|
||||
class="input"
|
||||
value="0"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue