Correção pag titulo tamanho button tamanho font no css e html

parent 479d0e92
......@@ -10197,3 +10197,43 @@ 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%);
}
\ No newline at end of file
......@@ -14,7 +14,7 @@
<fieldset class="fielAgendamentoTitulo">
<button class="button_tituloEvento">@lang('agendamento.receber_titulo_evento')</button>
<button class="button_tituloSede">@lang('agendamento.receber_titulo_evento')</button>
<button class="button_tituloSede">@lang('agendamento.receber_titulo_sede')</button>
</fieldset>
......
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