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

parent 95f730ee
......@@ -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 {
......
......@@ -59,6 +59,35 @@
<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 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 class="card-body">
<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