html no agendamento e css e pos da logoIdace

parent 47f311c2
......@@ -9956,8 +9956,20 @@ a.text-dark:hover {
text-align: center;
}
.fielmenuAgendamento {
.fielmenuAgendamento-1 {
font-size: 1.5rem;
display: inline;
margin-bottom: .4rem;
}
#espField {
margin-top: 1rem;
}
.fielmenuAgendamento-2 {
font-size: 1.5rem;
display: inline;
margin-bottom: .4rem;
}
#getnome,
......@@ -10002,7 +10014,7 @@ a.text-dark:hover {
.imaLogosMenu2 {
width: 15rem;
height: 15rem;
margin: 6px auto 0;
margin: -50px auto 0;
text-align: center;
}
......@@ -10010,13 +10022,18 @@ a.text-dark:hover {
text-align: center;
font-family: Arial;
margin-top: 1rem;
color: white;
color: black;
font-weight: 600;
}
.idaceFonte {
color: coral;
}
.formMenuAgedamento {
width: 53.8rem;
height: 25rem;
margin: 5rem auto 6rem;
width: 100%;
height: 20%;
margin: 1rem auto 6rem;
font-family: sans-serif;
text-align: center;
}
......@@ -10238,6 +10255,8 @@ p .button_agendar {
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;
......@@ -10247,4 +10266,4 @@ p .button_agendar {
font-weight: 400;
text-align: center;
margin-bottom: 30px;
}
\ No newline at end of file
} */
\ No newline at end of file
......@@ -22,7 +22,7 @@
<h1 class="menuh1">Agendamento <span class="idaceFonte">IDACE</span></h1>
<!-- formMenuAgedamento -->
<fieldset class="fielmenuAgendamento">
<fieldset class="fielmenuAgendamento-1">
<div style="cursor: pointer" onclick="window.location = '{{route('agendamentoTitulo')}}'" class="button_agendar">
<div class="card-body">
......@@ -30,47 +30,57 @@
<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 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>
<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">
<fieldset class="fielmenuAgendamento-1">
<!-- <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> -->
<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>
</fieldset>
<br>
<fieldset class="fielmenuAgendamento-2">
<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-2">
<!-- <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>
......
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