Alteração class button, hover

parent e2582e55
...@@ -1261,6 +1261,12 @@ pre code { ...@@ -1261,6 +1261,12 @@ pre code {
flex: 0 0 66.66666667%; flex: 0 0 66.66666667%;
max-width: 66.66666667% max-width: 66.66666667%
} }
.col-md-8_enter {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66666667%;
flex: 0 0 66.66666667%;
max-width: 66.66666667%
}
.col-md-9 { .col-md-9 {
-webkit-box-flex: 0; -webkit-box-flex: 0;
-ms-flex: 0 0 75%; -ms-flex: 0 0 75%;
...@@ -1375,6 +1381,10 @@ pre code { ...@@ -1375,6 +1381,10 @@ pre code {
.offset-md-4 { .offset-md-4 {
margin-left: 33.33333333% margin-left: 33.33333333%
} }
/* Modificado marcos.sousa */
.offset-md-4_login {
margin-left: 27.733%;
}
.offset-md-5 { .offset-md-5 {
margin-left: 41.66666667% margin-left: 41.66666667%
} }
...@@ -2692,6 +2702,21 @@ fieldset:disabled a.btn { ...@@ -2692,6 +2702,21 @@ fieldset:disabled a.btn {
pointer-events: none pointer-events: none
} }
.btn-primary_entar {
color: #fff;
/* 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: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%);
border-color: white;
}
.btn-primary { .btn-primary {
color: #fff; color: #fff;
/* background-color: #3490dc; */ /* background-color: #3490dc; */
...@@ -3340,6 +3365,23 @@ fieldset:disabled a.btn { ...@@ -3340,6 +3365,23 @@ fieldset:disabled a.btn {
background-color: transparent background-color: transparent
} }
/* Modif marcos.felix */
.btn-link_esqSenha {
font-weight: 400;
color: white;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-color: white;
}
.btn-link_esqSenha: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%);
border-color: white;
}
.btn-link:hover { .btn-link:hover {
color: #1d68a7; color: #1d68a7;
background-color: transparent background-color: transparent
......
...@@ -59,14 +59,14 @@ ...@@ -59,14 +59,14 @@
</div> </div>
<div class="form-group row mb-0"> <div class="form-group row mb-0">
<div class="col-md-8 offset-md-4"> <div class="col-md-8_enter offset-md-4_login">
<button type="submit" class="btn btn-primary"> <button type="submit" class="btn btn-primary">
{{ __('agendamento.login') }} {{ __('agendamento.login') }}
</button> </button>
<a class="btn btn-btn btn-primary" href="{{ route('users.create') }}">Cadastro</a> <a class="btn btn-btn btn-primary" href="{{ route('users.create') }}">Cadastro</a>
<a class="btn btn-link" href="{{ route('password.request') }}"> <a class="btn btn-link_esqSenha" href="{{ route('password.request') }}">
{{ __('agendamento.forgot_your_password') }} {{ __('agendamento.forgot_your_password') }}
</a> </a>
</div> </div>
......
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