Correção de texto, font, tamanho font (html) alteração configuração CSS agendamentoTitulo.

parent b0c2c358
...@@ -2985,7 +2985,7 @@ fieldset:disabled a.btn { ...@@ -2985,7 +2985,7 @@ fieldset:disabled a.btn {
border-color: #ffe817*/ border-color: #ffe817*/
font-weight: 400; font-weight: 400;
color: white; color: white;
background: linear-gradient(174deg, rgb(98, 191, 103) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%); background: linear-gradient(174deg, rgb(98, 191, 103) %, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
border-color: white; border-color: white;
} }
...@@ -4606,10 +4606,15 @@ input[type=submit].btn-block { ...@@ -4606,10 +4606,15 @@ input[type=submit].btn-block {
justify-content: space-between justify-content: space-between
} }
/* Alteração no css navbar */
.navbar-brand { .navbar-brand {
display: inline-block; display: inline-block;
padding-top: .32rem; /* padding-top: .32rem;
padding-bottom: .32rem; padding-bottom: .32rem; */
padding-top: 1.32rem;
padding-bottom: -1.68rem;
margin-right: 1rem; margin-right: 1rem;
font-size: 1.125rem; font-size: 1.125rem;
line-height: inherit; line-height: inherit;
...@@ -10263,7 +10268,7 @@ p .button_agendar { ...@@ -10263,7 +10268,7 @@ p .button_agendar {
} }
#pargTitulo { #pargTitulo {
font-size: 2.4em; font-size: 2.2em;
font-weight: 600; font-weight: 600;
text-align: center; text-align: center;
} }
...@@ -10280,6 +10285,7 @@ p .button_agendar { ...@@ -10280,6 +10285,7 @@ p .button_agendar {
border-radius: 15px; border-radius: 15px;
font-size: 1.4em; font-size: 1.4em;
font-weight: 600; font-weight: 600;
color: white;
text-align: center; text-align: center;
margin-bottom: .1rem; margin-bottom: .1rem;
margin-top: .1rem; margin-top: .1rem;
...@@ -10292,15 +10298,18 @@ p .button_agendar { ...@@ -10292,15 +10298,18 @@ p .button_agendar {
border-radius: 15px; border-radius: 15px;
font-size: 1.4em; font-size: 1.4em;
font-weight: 600; font-weight: 600;
color: white;
text-align: center; text-align: center;
} }
.button_tituloEvento-1:hover { .button_tituloEvento-1:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%); background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
color: white;
} }
.button_tituloSede-1:hover { .button_tituloSede-1:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%); background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
color: white;
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []]) @breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []])
@endbreadcrumb @endbreadcrumb
<p id="pargTitulo">Selecione o nome da sua mãe</p> <p id="pargTitulo">Selecione o nome da sua mãe.</p>
<fieldset class="fielAgendamentoTitulo"> <fieldset class="fielAgendamentoTitulo">
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []]) @breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []])
@endbreadcrumb @endbreadcrumb
<p id="pargTitulo">Selecione o nome da sua mãe</p> <p id="pargTitulo">Selecione o nome da sua mãe.</p>
<fieldset class="fielAgendamentoTitulo"> <fieldset class="fielAgendamentoTitulo">
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
......
...@@ -10,7 +10,7 @@ Data de Nascimento<'layouts.app') ...@@ -10,7 +10,7 @@ Data de Nascimento<'layouts.app')
@breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []]) @breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []])
@endbreadcrumb @endbreadcrumb
<p id="pargTitulo">Selecione o nome da sua mãe</p> <p id="pargTitulo">Selecione o seu endereço./p>
<fieldset class="fielAgendamentoTitulo"> <fieldset class="fielAgendamentoTitulo">
@form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST']) @form(['action'=>route('agendamentoTituloEntrega'), 'method'=>'POST'])
......
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