Correção de tamanho de botões e fontes no css e html

parent 95f730ee
...@@ -9956,6 +9956,10 @@ a.text-dark:hover { ...@@ -9956,6 +9956,10 @@ a.text-dark:hover {
text-align: center; text-align: center;
} }
.fielmenuAgendamento {
font-size: 1.5rem;
}
#getnome, #getnome,
#getcpf { #getcpf {
width: 400px; width: 400px;
...@@ -9983,12 +9987,9 @@ a.text-dark:hover { ...@@ -9983,12 +9987,9 @@ a.text-dark:hover {
} }
#idaceMenu { #idaceMenu {
width: 120px; /* width: 12rem;
height: 90px; height: 9rem; */
margin-top: 360px; margin: 1rem auto 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
} }
.imaLogosMenu1 { .imaLogosMenu1 {
...@@ -9999,23 +10000,23 @@ a.text-dark:hover { ...@@ -9999,23 +10000,23 @@ a.text-dark:hover {
} }
.imaLogosMenu2 { .imaLogosMenu2 {
width: 150px; width: 15rem;
height: 150px; height: 15rem;
margin: 50px auto 0; margin: 6px auto 0;
text-align: center; text-align: center;
} }
.menuh1 { .menuh1 {
text-align: center; text-align: center;
font-family: Arial; font-family: Arial;
margin-top: 40px; margin-top: 1rem;
color: white; color: white;
} }
.formMenuAgedamento { .formMenuAgedamento {
width: 538px; width: 53.8rem;
height: 250px; height: 25rem;
margin: 50px auto 0; margin: 5rem auto 6rem;
font-family: sans-serif; font-family: sans-serif;
text-align: center; text-align: center;
} }
...@@ -10023,15 +10024,15 @@ a.text-dark:hover { ...@@ -10023,15 +10024,15 @@ a.text-dark:hover {
#idace1, #idace1,
#idace2, #idace2,
#idace4 { #idace4 {
width: 50px; width: 3rem;
height: 50px; height: 3rem;
margin-top: 20px; margin-top: -0.59rem;
} }
#idace3 { #idace3 {
width: 100px; width: 10rem;
height: 50px; height: 3rem;
margin-top: 20px; margin-top: -0.59rem;
} }
p .button_agendar { p .button_agendar {
...@@ -10039,13 +10040,14 @@ p .button_agendar { ...@@ -10039,13 +10040,14 @@ p .button_agendar {
} }
.button_agendar { .button_agendar {
width: 250px; width: 12rem;
height: 150px; height: 7rem;
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: 2em; font-size: 1rem;
margin-bottom: 6px; margin-bottom: 6px;
margin-top: 20px; margin-top: 20px;
margin: auto;
} }
.button_agendar:hover { .button_agendar:hover {
...@@ -10053,12 +10055,13 @@ p .button_agendar { ...@@ -10053,12 +10055,13 @@ p .button_agendar {
} }
.button_meusAgendamento { .button_meusAgendamento {
width: 250px; width: 12rem;
height: 150px; height: 7rem;
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: 2em; font-size: 1rem;
margin-bottom: 6px; margin-bottom: 6px;
margin: auto;
} }
.button_meusAgendamento:hover { .button_meusAgendamento:hover {
...@@ -10066,11 +10069,13 @@ p .button_agendar { ...@@ -10066,11 +10069,13 @@ p .button_agendar {
} }
.button_entregaTitulos { .button_entregaTitulos {
width: 250px; width: 12rem;
height: 150px; height: 7rem;
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: 2em; font-size: 1rem;
margin-bottom: 6px;
margin: auto;
} }
.button_entregaTitulos:hover { .button_entregaTitulos:hover {
...@@ -10078,11 +10083,13 @@ p .button_agendar { ...@@ -10078,11 +10083,13 @@ p .button_agendar {
} }
.button_contato { .button_contato {
width: 250px; width: 12rem;
height: 150px; height: 7rem;
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: 2em; font-size: 1rem;
margin-bottom: 6px;
margin: auto;
} }
.button_contato:hover { .button_contato:hover {
......
...@@ -59,6 +59,35 @@ ...@@ -59,6 +59,35 @@
<p><img id="idace2" src="img/Eventos.png"></p> <p><img id="idace2" src="img/Eventos.png"></p>
</div> </div>
</div> </div>
<!-- <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"> <div style="cursor: pointer" onclick="window.location = '{{route('permissions.index')}}'" class="button_entregaTitulos">
<div class="card-body"> <div class="card-body">
<p class="card-text">@lang('agendamento.entrega_titulos')</p> <p class="card-text">@lang('agendamento.entrega_titulos')</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