Correção no CSS e HTML e na Logo, Agendamento e Titulos.

parent 82d2911a
...@@ -10219,18 +10219,36 @@ p .button_agendar { ...@@ -10219,18 +10219,36 @@ p .button_agendar {
/* ***** Menu Titulo ***** */ /* ***** Menu Titulo ***** */
.fielAgendamentoTitulo { .fielAgendamentoTitulo {
width: 40rem; width: 100%;
height: 15rem; height: 15rem;
margin: 30px auto 2px; }
.formAgedamentoTitulo {
width: 100%;
height: 20rem;
}
#fielTituloEntrega-1 {
text-align: center; text-align: center;
} }
.button_tituloEvento { .button_tituloEvento {
width: 29rem; width: 60%;
height: 4rem; height: 3rem;
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.8em; font-size: 1.2em;
font-weight: 400;
text-align: center;
margin-bottom: 30px;
}
.button_tituloSede {
width: 60%;
height: 3rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 1.2em;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
margin-bottom: 30px; margin-bottom: 30px;
...@@ -10240,18 +10258,42 @@ p .button_agendar { ...@@ -10240,18 +10258,42 @@ p .button_agendar {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%); background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
} }
.button_tituloSede { .button_tituloSede:hover {
width: 29rem; background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
#btn_tituloEvento-1,
#btn_tituloSede-1 {
text-align: center;
}
.button_tituloEvento-1 {
width: 80%;
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.8em; font-size: 1.4em;
font-weight: 400; font-weight: 600;
text-align: center; text-align: center;
margin-bottom: 30px; margin-bottom: 1rem;
margin-top: 1rem;
} }
.button_tituloSede:hover { .button_tituloSede-1 {
width: 80%;
height: 4rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 1.4em;
font-weight: 600;
text-align: center;
}
.button_tituloEvento-1:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
.button_tituloSede-1:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%); background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
} }
......
public/img/logoidace.png

3.75 KB | W: | H:

public/img/logoidace.png

5.4 KB | W: | H:

public/img/logoidace.png
public/img/logoidace.png
public/img/logoidace.png
public/img/logoidace.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -12,12 +12,21 @@ ...@@ -12,12 +12,21 @@
<fieldset class="fielAgendamentoTitulo"> <fieldset class="fielAgendamentoTitulo">
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
<button class="button_tituloEvento" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'">@lang('agendamento.receber_titulo_evento')</button> <div id="btn_tituloEvento-1">
<button class="button_tituloEvento-1" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'">@lang('agendamento.receber_titulo_evento')</button>
</div>
@endform @endform
@form(['action'=>route('agendamentoTituloSede'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloSede'), 'method'=>'POST'])
<button class="button_tituloSede" onclick="window.location = '{{route('agendamentoTituloSede')}}'">@lang('agendamento.receber_titulo_sede')</button> <div id="btn_tituloSede-1">
<button class="button_tituloSede-1" onclick="window.location = '{{route('agendamentoTituloSede')}}'">@lang('agendamento.receber_titulo_sede')</button>
</div>
@endform @endform
</fieldset> </fieldset>
<div class="imaLogosCadastro">
<img src="{!! asset('img/logo-idace.png') !!}">
</div>
@endpage @endpage
@endsection @endsection
...@@ -13,16 +13,22 @@ ...@@ -13,16 +13,22 @@
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
<form class="formAgedamentoTitulo"> <form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega"> <fieldset class="fielTituloEntrega">
<div id="fielTituloEntrega-1">
<button class="button_tituloEvento">Abaiara</button> <button class="button_tituloEvento">Abaiara</button>
<button class="button_tituloSede">Acaraú</button> <button class="button_tituloEvento">Acaraú</button>
<button class="button_tituloEvento">Bela Cruz</button> <button class="button_tituloEvento">Bela Cruz</button>
<button class="button_tituloSede">Amontada</button> <button class="button_tituloEvento">Amontada</button>
</div>
</fieldset> </fieldset>
@endform @endform
<div class="imaLogosEventoTitulo"> <div class="imaLogosEventoTitulo">
<img id="idaceTituloEvento" src="imagem/logo-idace.png" alt=""> <img id="idaceTituloEvento" src="imagem/logo-idace.png" alt="">
</div> </div>
</form> </form>
<div class="imaLogosCadastro">
<img src="{!! asset('img/logo-idace.png') !!}">
</div>
@endpage @endpage
@endsection @endsection
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