Files
drupal-reha/web/themes/custom/reha/scss/pages/_page-mon-espace-de-travail.scss
T

79 lines
1.6 KiB
SCSS

%hoveryellow{
:hover{
background-color: $yellow-puca;
}
}
.page-mon-espace-de-travail{
.layout-content{
padding-bottom: 3rem;
#block-reha-titredepage{
text-align: center;
}
width: 80%;
margin-left: 8%;
.field--type-file{
background-color: transparent;
border: none;
}
.js-form-type-textfield{
flex-direction: row;
label{margin-right: 1rem;}
align-content: center;
}
}
.description{
font-style: italic;
text-transform: none;
}
.paragraph-top{
.paragraph-type{
display: none;
}
}
summary{
text-transform: none;
}
#edit-field-dossier-de-pilotage-wrapper,
#edit-field-dossier-evenement-wrapper{
border-top: solid 1px black;
margin-top: 2rem;
h4{
margin: 0;
margin-top: 2rem;
padding-left: 0;
}
#field-dossier-values--2{
padding-left: 4rem;
// border-left: solid black 1px;
}
.field-multiple-drag{
border-left: solid black 1px;
}
}
#edit-field-dossier-de-pilotage-0-subform-field-fichiers-table{
display: none;
}
.paragraph-type--dossier{
background-color: white;
h4{
display: none;
}
}
}
// #edit-field-dossier-de-pilotage-wrapper
.field--name-field-dossier-de-pilotage h4{
::after{
content: "";
border-top: solid 1px black;
}
}