Editing User:Saag/Sandbox/Ability card v2/Card/UpgradeBoxGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div id="ability-upgrade-{{{cost}}}" data-index="{{{ | <div id="ability-upgrade-{{{cost}}}" data-index="{{{cost}}}" tabindex=0 class="cdx-button cdx-button--action-progressive ability-upgrade" style="text-wrap: wrap; display:flex; flex-direction:column; flex-grow: 1; flex-basis: 0; justify-content: flex-start; max-height: 140px; background-color: rgba(25,25,25,0.4); padding: 0 0px 20px 0px; margin: 6px; text-align: center; box-shadow: 0 0 10px #2A2A2A; border-radius: 5px; border-color: #2B2B2B"> | ||
<div class="ability-upgrade-header" style="width: 100%; padding: 2px 0 0 2px; font-family:Retail Demo bold; font-size: clamp(0.70em, 2vw, 1em); background-color: rgba(23,23,23,0.4); border-radius: 5px 5px 0 0; ">{{Ap|{{{cost}}}|icon_size=15px}}</div> | <div class="ability-upgrade-header" style="width: 100%; padding: 2px 0 0 2px; font-family:Retail Demo bold; font-size: clamp(0.70em, 2vw, 1em); background-color: rgba(23,23,23,0.4); border-radius: 5px 5px 0 0; ">{{Ap|{{{cost}}}|icon_size=15px}}</div> | ||
<div style="padding: 10px 4px 4px 4px; font-size: clamp(0.70em, 2vw, {{{fontsize|1em}}});">{{{description}}}</div> | <div style="padding: 10px 4px 4px 4px; font-size: clamp(0.70em, 2vw, {{{fontsize|1em}}});">{{{description}}}</div> | ||