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

edit themes 0605

parent 6b6ec4fe
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</div> </div>
{{ element.form_build_id }} {# required #} {{ element.form_build_id }} {# required #}
{{ element.form_id }} {# required #} {{ element.form_id }} {# required #}
<div class="login-form__submit"> <div class="login-form__submit mt-3">
{{ element.actions.submit }} {{ element.actions.submit }}
</div> </div>
</div> </div>
......
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
* @see template_preprocess_input() * @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