Merge pull request #10647 from demarches-simplifiees/a11y-authentification-page

Améliore l'accessibilité de la page d'authentification
This commit is contained in:
Corinne Durrmeyer 2024-07-26 09:38:18 +00:00 committed by GitHub
commit 190addd317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 49 additions and 75 deletions

View file

@ -4,15 +4,6 @@
$procedure-context-breakpoint: $two-columns-breakpoint;
.procedure-preview {
.paperless-logo {
width: 100%;
margin-bottom: 60px;
@media (max-width: $procedure-context-breakpoint) {
display: none;
}
}
.simple {
margin-bottom: 0.2rem;
font-size: 1.5rem;
@ -56,14 +47,6 @@ $procedure-context-breakpoint: $two-columns-breakpoint;
}
}
.no-procedure-presentation {
margin-bottom: 1.6rem;
p {
margin: 0;
}
}
.procedure-context-content {
@media (max-width: $procedure-context-breakpoint) {
input[type=submit] {