dossier: display user infos on edit page

This commit is contained in:
Pierre de La Morinerie 2018-06-19 14:23:43 +00:00
parent c1db26b2e1
commit c4057a0807
12 changed files with 180 additions and 4 deletions

View file

@ -111,3 +111,11 @@ $auth-breakpoint: $two-columns-breakpoint;
}
}
}
.identity-form {
@media (max-width: $two-columns-breakpoint) {
input[type=submit] {
margin-bottom: 2 * $default-padding;
}
}
}