Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sgmt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Quan Nguyen
sgmt
Commits
44eb08ed
Commit
44eb08ed
authored
May 06, 2021
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit themes 0605
parent
6b6ec4fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
form--user-login-form.html.twig
...ustom/sgmt/templates/form/form--user-login-form.html.twig
+2
-3
input--submit.html.twig
themes/custom/sgmt/templates/form/input--submit.html.twig
+1
-1
No files found.
themes/custom/sgmt/templates/form/form--user-login-form.html.twig
View file @
44eb08ed
...
...
@@ -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>
themes/custom/sgmt/templates/form/input--submit.html.twig
View file @
44eb08ed
...
...
@@ -10,4 +10,4 @@
* @see template_preprocess_input()
*/
#}
<input
{{
attributes.addClass
(
'btn'
)
}}
/>
{{
children
}}
<input
{{
attributes.addClass
(
'btn
btn-submit
'
)
}}
/>
{{
children
}}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment