Files
DiceCloud/rpg-docs/packages/useraccounts-polymer-1.0/lib/at_pwd_form_btn.html

9 lines
292 B
HTML

<template name="atPwdFormBtn">
<div horizontal layout center-justified>
<button type="submit" id="at-btn" hidden></button>
<paper-button class="at-btn submit {{submitDisabled}}" role="button" id="at-btn-polymer" raised>
{{buttonText}}
</paper-button>
</div>
</template>