Commit 311826c5 authored by Marcos Roberto Silva's avatar Marcos Roberto Silva

Página agendamentoTitulo

parents 20329b4a 47f311c2
......@@ -9956,6 +9956,10 @@ a.text-dark:hover {
text-align: center;
}
.fielmenuAgendamento {
font-size: 1.5rem;
}
#getnome,
#getcpf {
width: 400px;
......@@ -9983,12 +9987,9 @@ a.text-dark:hover {
}
#idaceMenu {
width: 120px;
height: 90px;
margin-top: 360px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
/* width: 12rem;
height: 9rem; */
margin: 1rem auto 0;
}
.imaLogosMenu1 {
......@@ -9999,23 +10000,23 @@ a.text-dark:hover {
}
.imaLogosMenu2 {
width: 150px;
height: 150px;
margin: 50px auto 0;
width: 15rem;
height: 15rem;
margin: 6px auto 0;
text-align: center;
}
.menuh1 {
text-align: center;
font-family: Arial;
margin-top: 40px;
margin-top: 1rem;
color: white;
}
.formMenuAgedamento {
width: 538px;
height: 250px;
margin: 50px auto 0;
width: 53.8rem;
height: 25rem;
margin: 5rem auto 6rem;
font-family: sans-serif;
text-align: center;
}
......@@ -10023,15 +10024,15 @@ a.text-dark:hover {
#idace1,
#idace2,
#idace4 {
width: 50px;
height: 50px;
margin-top: 20px;
width: 3rem;
height: 3rem;
margin-top: -0.59rem;
}
#idace3 {
width: 100px;
height: 50px;
margin-top: 20px;
width: 10rem;
height: 3rem;
margin-top: -0.59rem;
}
p .button_agendar {
......@@ -10039,13 +10040,14 @@ p .button_agendar {
}
.button_agendar {
width: 250px;
height: 150px;
width: 12rem;
height: 7rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
font-size: 1rem;
margin-bottom: 6px;
margin-top: 20px;
margin: auto;
}
.button_agendar:hover {
......@@ -10053,12 +10055,13 @@ p .button_agendar {
}
.button_meusAgendamento {
width: 250px;
height: 150px;
width: 12rem;
height: 7rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
font-size: 1rem;
margin-bottom: 6px;
margin: auto;
}
.button_meusAgendamento:hover {
......@@ -10066,11 +10069,13 @@ p .button_agendar {
}
.button_entregaTitulos {
width: 250px;
height: 150px;
width: 12rem;
height: 7rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
font-size: 1rem;
margin-bottom: 6px;
margin: auto;
}
.button_entregaTitulos:hover {
......@@ -10078,11 +10083,13 @@ p .button_agendar {
}
.button_contato {
width: 250px;
height: 150px;
width: 12rem;
height: 7rem;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
font-size: 1rem;
margin-bottom: 6px;
margin: auto;
}
.button_contato:hover {
......@@ -10190,3 +10197,54 @@ p .button_agendar {
text-align: left;
background-color: rgb(165, 78, 7);
}
/* ***** Menu Titulo ***** */
.fielAgendamentoTitulo {
width: 40rem;
height: 15rem;
margin: 30px auto 2px;
text-align: center;
}
.button_tituloEvento {
width: 29rem;
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;
text-align: center;
margin-bottom: 30px;
}
.button_tituloEvento:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
.button_tituloSede {
width: 29rem;
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;
text-align: center;
margin-bottom: 30px;
}
.button_tituloSede:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
.button_t {
width: 29rem;
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;
text-align: center;
margin-bottom: 30px;
}
\ No newline at end of file
......@@ -13,7 +13,14 @@
@form(['action'=>route('agendamentoTitulo'),'method'=>'POST'])
<fieldset class="fielAgendamentoTitulo">
<<<<<<< HEAD
<button class="btn btn-primary btn-lg">@lang('agendamento.receber_titulo_evento')</button>
=======
<button class="button_tituloEvento">@lang('agendamento.receber_titulo_evento')</button>
<button class="button_tituloSede">@lang('agendamento.receber_titulo_sede')</button>
</fieldset>
>>>>>>> 47f311c228a187410a3e317950ee11ecc43ffd8d
<button class="btn btn-primary btn-lg">@lang('agendamento.receber_titulo_sede')</button>
......
......@@ -36,7 +36,40 @@
<p><img id="idace2" src="img/Eventos.png"></p>
</div>
</div>
<<<<<<< HEAD
<div style="cursor: pointer" onclick="window.location = '{{route('agendamentoTituloEntrega')}}'" class="button_entregaTitulos">
=======
<!-- <div style="cursor: pointer" onclick="window.location = '{{route('permissions.index')}}'" class="button_entregaTitulos">
<div class="card-body">
<p class="card-text">@lang('agendamento.entrega_titulos')</p>
<p><img id="idace2" src="img/Eventos.png"></p>
</div>
</div>
<div style="cursor: pointer" onclick="window.location = '{{route('agendamentos.index')}}'" class="button_contato">
<div class="card-body">
<p class="card-text">@lang('agendamento.contato')</p>
<p><img id="idace4" src="img/Contato.png"></p>
</div>
</div> -->
</fieldset>
<fieldset class="fielmenuAgendamento">
<!-- <div style="cursor: pointer" onclick="window.location = '{{route('agendamentoTitulo')}}'" class="button_agendar">
<div class="card-body">
<p class="card-text">@lang('agendamento.agendar')</p>
<p><img id="idace1" src="img/icone agenda.png"></p>
</div>
</div>
<div style="cursor: pointer" onclick="window.location = '{{route('roles.index')}}'" class="button_meusAgendamento">
<div class="card-body">
<p class="card-text">@lang('agendamento.meus_agendamentos')</p>
<p><img id="idace2" src="img/Eventos.png"></p>
</div>
</div> -->
<div style="cursor: pointer" onclick="window.location = '{{route('permissions.index')}}'" class="button_entregaTitulos">
>>>>>>> 47f311c228a187410a3e317950ee11ecc43ffd8d
<div class="card-body">
<p class="card-text">@lang('agendamento.entrega_titulos')</p>
<p><img id="idace2" src="img/Eventos.png"></p>
......
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