Prise en compte d'une dropzone pour formulaire d'adhésion

This commit is contained in:
Navas 2022-06-11 21:47:44 +02:00
parent b926dac21b
commit 18e2ec04db
3 changed files with 18 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,15 @@
min-width: 90%;
}
}
.dropzone {
width: 80%;
@include breakpoint(mobile-only) {
min-width: 100%;
}
@include breakpoint(tablet-range) {
min-width: 90%;
}
}
input, textarea {
@extend .default-animation;
border: 0 none;
@ -54,4 +63,4 @@
display: none;
}
}
}
}