Alteração em button enter e cadastro de tamanha

parent d21317cb
......@@ -1378,8 +1378,10 @@ pre code {
.offset-md-3 {
margin-left: 25%
}
/* Modificado marcos.felix */
.offset-md-4 {
margin-left: 33.33333333%
/* margin-left: 33.33333333% */
margin-left: 25.333%;
}
/* Modificado marcos.sousa */
.offset-md-4_login {
......@@ -2702,6 +2704,9 @@ fieldset:disabled a.btn {
pointer-events: none
}
/* Madif marcos.felix */
.btn-primary_entar {
color: #fff;
/* background-color: #3490dc; */
......@@ -2710,13 +2715,6 @@ fieldset:disabled a.btn {
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 {
color: #fff;
/* background-color: #3490dc; */
......@@ -2725,6 +2723,19 @@ 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 {
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:hover {
color: #fff;
background-color: #227dc7;
......
......@@ -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">
<button type="submit" class="btn btn-primary_enter">
{{ __('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