修改BUG:调整btn-login样式
This commit is contained in:
parent
b9edffa913
commit
afd4b8d81b
|
@ -41,9 +41,9 @@
|
|||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
font-weight: 300;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
box-shadow: 1px 1px #e56b60;
|
||||
margin-bottom: 20px;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.form-control:focus, .form-control.is-valid:focus, .form-control.is-invalid:focus, .btn:focus, .btn:focus:active {
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
box-shadow: 0 4px #e56b60;
|
||||
margin-bottom: 20px;
|
||||
outline: none !important;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
@media (min-width: 375px) {
|
||||
|
|
Loading…
Reference in New Issue