Nova correção.

parent be35d84a
...@@ -2707,13 +2707,14 @@ fieldset:disabled a.btn { ...@@ -2707,13 +2707,14 @@ fieldset:disabled a.btn {
/* Madif marcos.felix */ /* Madif marcos.felix */
.btn-primary_entar {
/* .btn-primary_entar {
color: #fff; color: #fff;
/* background-color: #3490dc; */ background-color: #3490dc;
/* border-color: #3490dc */ border-color: #3490dc
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-color: white; border-color: white;
} } */
.btn-primary { .btn-primary {
color: #fff; color: #fff;
...@@ -2723,13 +2724,7 @@ fieldset:disabled a.btn { ...@@ -2723,13 +2724,7 @@ fieldset:disabled a.btn {
border-color: white; border-color: white;
} }
.btn-primary_enter { .btn-primary:hover {
color: #fff;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-color: white;
}
.btn-primary_enhter:hover {
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) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<div class="form-group row mb-0"> <div class="form-group row mb-0">
<div class="col-md-8_enter offset-md-4_login"> <div class="col-md-8_enter offset-md-4_login">
<button type="submit" class="btn btn-primary_enter"> <button type="submit" class="btn btn-primary">
{{ __('agendamento.login') }} {{ __('agendamento.login') }}
</button> </button>
......
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