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

parent 82d2911a
......@@ -10219,18 +10219,36 @@ p .button_agendar {
/* ***** Menu Titulo ***** */
.fielAgendamentoTitulo {
width: 40rem;
width: 100%;
height: 15rem;
margin: 30px auto 2px;
}
.formAgedamentoTitulo {
width: 100%;
height: 20rem;
}
#fielTituloEntrega-1 {
text-align: center;
}
.button_tituloEvento {
width: 29rem;
height: 4rem;
width: 60%;
height: 3rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
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;
text-align: center;
margin-bottom: 30px;
......@@ -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%);
}
.button_tituloSede {
width: 29rem;
.button_tituloSede:hover {
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;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 1.8em;
font-weight: 400;
font-size: 1.4em;
font-weight: 600;
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%);
}
......
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 @@
<fieldset class="fielAgendamentoTitulo">
@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
@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
</fieldset>
<div class="imaLogosCadastro">
<img src="{!! asset('img/logo-idace.png') !!}">
</div>
@endpage
@endsection
......@@ -13,16 +13,22 @@
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
<form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega">
<div id="fielTituloEntrega-1">
<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_tituloSede">Amontada</button>
<button class="button_tituloEvento">Amontada</button>
</div>
</fieldset>
@endform
<div class="imaLogosEventoTitulo">
<img id="idaceTituloEvento" src="imagem/logo-idace.png" alt="">
</div>
</form>
<div class="imaLogosCadastro">
<img src="{!! asset('img/logo-idace.png') !!}">
</div>
@endpage
@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