toggle info upload

This commit is contained in:
2023-11-29 14:25:02 +01:00
parent 12f7013c3d
commit f0cdeb16bc
5 changed files with 81 additions and 2 deletions
@@ -30,9 +30,16 @@
padding: 0;
margin-top: 1rem;
// width: 40%;
label{
order: 1;
font-weight: 800;
display: flex;
// align-items: center;
}
#edit-field-dossier-de-candidature-0--label::after{
content: url(../images/noun-information-55404.svg);
padding-left: 1rem;
}
.description{
@@ -41,6 +48,11 @@
font-style: italic;
// font-weight: 800;
}
#edit-field-dossier-de-candidature-0--description{
display: none;
}
.form-managed-file{
// background-color: white;
@extend %buttonwithborder;
+1 -1
View File
@@ -24,5 +24,5 @@
@import "pages/home";
@import "pages/creer-un-compte";
@import "pages/mes-operations";
@import "pages/proposer-une-operation";
@import "pages/proposer-une-operation.scss";
@import "pages/user--edit.scss";