Files
drupal-reha/web/themes/custom/reha/scss/pages/_proposer-une-operation.scss
T
2023-11-28 16:33:46 +01:00

83 lines
2.1 KiB
SCSS

#block-reha-contenudelapageprincipale{
#node-operation-form{
width: 70%;
#edit-field-fiche-candidature-wrapper{
background-color: rgba(153, 147, 174, 0) !important;
border: none;
padding: 0;
label{
order: 1;
font-weight: 800;
}
.description{
text-transform: lowercase;
order: 2;
font-style: italic;
// font-weight: 800;
}
.form-managed-file{
// background-color: white;
@extend %buttonwithborder;
order: 3;
margin-top: 1rem;
}
}
#edit-field-dossier-de-candidature-wrapper{
background-color: rgba(153, 147, 174, 0) !important;
border: none;
padding: 0;
margin-top: 1rem;
// width: 40%;
label{
order: 1;
font-weight: 800;
}
.description{
text-transform: lowercase;
order: 2;
font-style: italic;
// font-weight: 800;
}
.form-managed-file{
// background-color: white;
@extend %buttonwithborder;
order: 3;
margin-top: 1rem;
}
}
label{
font-weight: 800;
}
.form-wrapper{
margin-bottom: 1rem;
margin-top: 1rem;
}
#edit-field-commentaire-0-value{
width: 80%;
}
#edit-field-adresse-0-address-container2{
display: flex;
flex-direction: row;
width: 100%;
.form-item{
display: flex;
flex-direction: row;
}
}
.form-item{
display: flex;
flex-direction: column;
}
#edit-field-commentaire-wrapper{
margin-bottom: 2rem;
}
.counter{
font-style: italic;
}
}
}