2019-08-19 16:43:32 +02:00
|
|
|
.field_with_errors {
|
|
|
|
|
label {
|
|
|
|
|
color: $danger;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
border-color: $danger;
|
|
|
|
|
}
|
2019-09-19 16:42:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control:focus {
|
|
|
|
|
border-color: $astuto-grey;
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.6);
|
2019-09-19 18:30:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.new_user, .edit_user {
|
|
|
|
|
@extend .card;
|
|
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 360px;
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
padding: 15px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.deviseLinks {
|
|
|
|
|
@extend .new_user;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
margin-top: 24px;
|
|
|
|
|
|
|
|
|
|
a { color: #333; }
|
2019-08-19 16:43:32 +02:00
|
|
|
}
|