Implementei ambiente de pergunta Agendamento Titulo CSS e HtML

parent 37ac65cf
......@@ -10262,6 +10262,12 @@ p .button_agendar {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
#pargTitulo {
font-size: 2.4em;
font-weight: 600;
text-align: center;
}
#btn_tituloEvento-1,
#btn_tituloSede-1 {
text-align: center;
......@@ -10275,8 +10281,8 @@ p .button_agendar {
font-size: 1.4em;
font-weight: 600;
text-align: center;
margin-bottom: 1rem;
margin-top: 1rem;
margin-bottom: .1rem;
margin-top: .1rem;
}
.button_tituloSede-1 {
......
......@@ -10,29 +10,7 @@
@breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []])
@endbreadcrumb
<<<<<<< HEAD
@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="field-btn-proximo">
<div id="btn-pesq2">
<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> -->
=======
>>>>>>> 06076e8a6818cf3a22115494d245d08775cfcdf9
<p>Selecione o nome da sua mãe</p>
<p id="pargTitulo">Selecione o nome da sua mãe</p>
<fieldset class="fielAgendamentoTitulo">
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
......@@ -40,14 +18,14 @@
<button class="button_tituloEvento-1" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'">Nome mãe</button>
</div>
@endform
@form(['action'=>route('agendamentoTituloSede'), 'method'=>'POST'])
<div id="btn_tituloSede-1">
<button class="button_tituloSede-1" onclick="window.location = '{{route('agendamentoTituloSede')}}'">Nome mãe</button>
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
<div id="btn_tituloEvento-1">
<button class="button_tituloEvento-1" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'">Nome mãe</button>
</div>
@endform
@form(['action'=>route('agendamentoTituloSede'), 'method'=>'POST'])
<div id="btn_tituloSede-1">
<button class="button_tituloSede-1" onclick="window.location = '{{route('agendamentoTituloSede')}}'">Nome mãe</button>
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
<div id="btn_tituloEvento-1">
<button class="button_tituloEvento-1" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'">Nome mãe</button>
</div>
@endform
</fieldset>
......
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