Commit 2017660e authored by Marcos Albano's avatar Marcos Albano 💬

merge

parents 151fad0b ce346802
......@@ -10409,3 +10409,20 @@ p .button_agendar {
.enviarbtn:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
/* ******** PES CPF ****** */
.field-btn-Proxino {
text-align: center;
}
#fielTituloEntrega-1-cpf {
width: 30%;
text-align: center;
}
#btn-pesq2 {
width: 30%;
text-align: center;
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
@breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []])
@endbreadcrumb
<<<<<<< HEAD
<p>Selecione o nome da sua mãe</p>
<fieldset class="fielAgendamentoTitulo">
......@@ -33,6 +34,26 @@
<div class="imaLogosCadastro">
<img src="{!! asset('img/logo-idace.png') !!}">
</div>
=======
@form(['action'=>route('resultadoPesquisa'), 'method'=>'POST'])
@csrf
<h4>
<p class="text-center"><b>Pesquisa de Títulos</b></p>
</h4>
{{-- <h3 class="titulo">Pesquisa de Títulos</h3> --}}
<form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega">
<div id="fielTituloEntrega-1">
<input type="text" class="form-control label_cpf" data-mask="000.000.000-00" name="cpf"
placeholder="000.000.000-00">
<br>
<button type="submit" class="btn btn-block btn-primary btn_pesquisa">Pesquisar</button>
</div>
</fieldset>
</form>
>>>>>>> ce3468024a10cc0521acdda7b49ef0ce894c389c
@endpage
......
......@@ -28,8 +28,13 @@
</tbody>
</table>
<form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega">
<div id="fielTituloEntrega-1-cpf">
<button type="submit" class="btn btn-block btn-primary btn_pesquisa">Proxímo</button>
</div>
</fieldset>
</form>
@endpage
......
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