Nova correção.

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