Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
3ab1b0be
"app/vscode:/vscode.git/clone" did not exist on "3e54aa530106376c8a885ec222c767b4ef7a492d"
Commit
3ab1b0be
authored
Apr 04, 2023
by
WhiteHabbyt
Browse files
Botão de adicionar centralizado
parent
e9276910
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/integrantes.blade.php
View file @
3ab1b0be
...
...
@@ -34,12 +34,12 @@
</button>
</div>
<div
class=
"form-row"
style=
"padding: 30px;"
>
<div
class=
"form-row
d-flex align-items-end
"
style=
"padding: 30px;"
>
<div
class=
"col-md-8"
>
<label
for=
"cpf_consulta"
>
CPF:
</label>
<input
type=
"text"
id=
"cpf_consulta"
name=
"cpf_consulta"
class=
"form-control"
onkeyup=
"mask_cpf();"
>
</div>
<div
class=
"col-md-4
mt-4
"
>
<div
class=
"col-md-4"
>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"preencherUsuarioExistente()"
>
Adicionar
</button>
</div>
</div>
...
...
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