Commit 44eb08ed authored by Chi Bui's avatar Chi Bui 👀

edit themes 0605

parent 6b6ec4fe
......@@ -14,9 +14,9 @@
</div>
{{ element.form_build_id }} {# required #}
{{ element.form_id }} {# required #}
<div class="login-form__submit">
<div class="login-form__submit mt-3">
{{ element.actions.submit }}
</div>
</div>
</form>
</div>
\ No newline at end of file
</div>
......@@ -10,4 +10,4 @@
* @see template_preprocess_input()
*/
#}
<input{{ attributes.addClass('btn') }} />{{ children }}
<input{{ attributes.addClass('btn btn-submit') }} />{{ children }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment