Correção de dados no css e no html do agendamento mv

parent 17f084fe
...@@ -10287,6 +10287,7 @@ p .button_agendar { ...@@ -10287,6 +10287,7 @@ p .button_agendar {
#btn_tituloEvento-1, #btn_tituloEvento-1,
#btn_tituloSede-1 { #btn_tituloSede-1 {
text-align: center; text-align: center;
margin-bottom: .8rem;
} }
.button_tituloEvento-1 { .button_tituloEvento-1 {
...@@ -10294,7 +10295,7 @@ p .button_agendar { ...@@ -10294,7 +10295,7 @@ p .button_agendar {
height: 4rem; height: 4rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%); background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px; border-radius: 15px;
font-size: 1.4em; font-size: 1.2em;
font-weight: 600; font-weight: 600;
color: white; color: white;
text-align: center; text-align: center;
...@@ -10307,7 +10308,7 @@ p .button_agendar { ...@@ -10307,7 +10308,7 @@ p .button_agendar {
height: 4rem; height: 4rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%); background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px; border-radius: 15px;
font-size: 1.4em; font-size: 1.2em;
font-weight: 600; font-weight: 600;
color: white; color: white;
text-align: center; text-align: center;
......
...@@ -61,4 +61,6 @@ return [ ...@@ -61,4 +61,6 @@ return [
'contato'=>'Contact', 'contato'=>'Contact',
'receber_titulo_evento'=>'Receive Event Title', 'receber_titulo_evento'=>'Receive Event Title',
'receber_titulo_sede'=>'Receive Idace Title', 'receber_titulo_sede'=>'Receive Idace Title',
'atendimento_regularizacao_fundiaria'=>'Service Land Regulations',
'atendimento_desenvolvimento_agrario'=>'Agrarian Development Service',
]; ];
...@@ -58,4 +58,6 @@ return [ ...@@ -58,4 +58,6 @@ return [
'entrega_titulos'=>'Entrega de Títulos', 'entrega_titulos'=>'Entrega de Títulos',
'receber_titulo_evento'=>'Receber Título no Evento', 'receber_titulo_evento'=>'Receber Título no Evento',
'receber_titulo_sede'=>'Receber Título na Sede', 'receber_titulo_sede'=>'Receber Título na Sede',
'atendimento_regularizacao_fundiaria'=>'Atendimento Regulazação Fundiária',
'atendimento_desenvolvimento_agrario'=>'Atendimento Desenvolvimento Agrário',
]; ];
\ No newline at end of file
...@@ -14,13 +14,13 @@ ...@@ -14,13 +14,13 @@
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
<div id="btn_tituloEvento-1"> <div id="btn_tituloEvento-1">
<button class="button_tituloEvento-1" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'"> <button class="button_tituloEvento-1" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'">
@lang('agendamento.receber_titulo_evento')</button> @lang('agendamento.atendimento_regularizacao_fundiaria')</button>
</div> </div>
@endform @endform
@form(['action'=>route('agendamentoTituloSede'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloSede'), 'method'=>'POST'])
<div id="btn_tituloSede-1"> <div id="btn_tituloSede-1">
<button class="button_tituloSede-1" onclick="window.location = '{{route('agendamentoTituloSede')}}'"> <button class="button_tituloSede-1" onclick="window.location = '{{route('agendamentoTituloSede')}}'">
@lang('agendamento.receber_titulo_sede')</button> @lang('agendamento.atendimento_desenvolvimento_agrario')</button>
</div> </div>
@endform @endform
</fieldset> </fieldset>
...@@ -31,4 +31,4 @@ ...@@ -31,4 +31,4 @@
@endpage @endpage
@endsection @endsection
\ No newline at end of file
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