logo header, profile-type-collaboraeur

This commit is contained in:
2024-06-28 11:45:11 +02:00
parent daa76ed341
commit f23e538326
8 changed files with 264 additions and 90 deletions
@@ -1,7 +1,17 @@
.page-programme{
.block-region-first{
padding-left: 18%;
.layout__region--first{
position: relative;
.block-region-first{
padding-left: 18%;
display: flex;
justify-content: flex-end;
position: -webkit-sticky;
position: sticky;
top: 10rem;
}
}
.block-region-second{
h2{
@@ -0,0 +1,16 @@
.page-mon-espace-de-travail{
.layout-content{
width: 50%;
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;
}
}
}
@@ -40,83 +40,98 @@ aside.layout-sidebar-second{
padding-top: $header-height;
z-index: 100;
padding-left: 2rem;
h2{
transform: translateX(-50%) translateY(40vh) rotate(-90deg);
text-transform: uppercase;
font-weight: 400;
cursor: pointer;
&::before{
content: url('../../dist/images/noun-arrow-1569918-black.svg');
display: inline-block;
transform: translateY(5px) rotate(90deg);
}
}
.view-current-user-doc-profile{
padding: 0 2rem ;
display: flex;
flex-direction: column;
}
.profile--type--collaborateur{
.field--name-field-site{
font-size: 2rem;
font-weight: 900;
display: flex;
justify-content: space-between;
&::after{
content: url(../images/noun-cross-1151731.svg);
cursor: pointer;
// #block-reha-views-block-current-user-doc-profile-block-1{
h2{
transform: translateX(-50%) translateY(40vh) rotate(-90deg);
text-transform: uppercase;
font-weight: 400;
cursor: pointer;
&::before{
content: url('../../dist/images/noun-arrow-1569918-black.svg');
display: inline-block;
transform: translateY(5px) rotate(90deg);
}
}
.field--name-field-dossier-de-pilotage{
text-transform: uppercase;
.view-current-user-doc-profile{
padding: 0 2rem ;
display: flex;
flex-direction: column;
> div:nth-child(1){
}
.profile--type--collaborateur{
.field--name-field-site{
font-size: 2rem;
font-weight: 900;
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
&::after{
content: url(../images/noun-cross-1151731.svg);
cursor: pointer;
}
}
.field--name-field-dossier-de-pilotage,
.field--name-field-dossier-evenement{
text-transform: uppercase;
display: flex;
flex-direction: column;
> div:nth-child(1){
display: flex;
align-items: center;
flex-direction: row;
}
> div:nth-child(1)::before{
content: url('../../dist/images/noun-file-6880430.svg');
display: inline-flex;
width: 70px;
height: auto;
padding-right: 1rem;
align-items: center;
}
.field__item{
// align-self: flex-end;
// padding-right: 2rem;
// padding-left: 3rem;
.paragraph--type--dossier{
padding-left: 25%;
.field--name-field-fichiers{
text-transform: none;
border: none;
padding-left: 10%;
span:nth-of-type(2){
display: none;
}
}
}
}
}
}
footer.view-footer{
margin-top: 3rem;
text-transform: uppercase;
border: solid black 1px;
background-color: $white-button;
font-size: 0.9rem;
width: fit-content;
font-weight: 400;
padding-top: 0;
align-self: left;
margin-left: 1rem;
@media (max-width:891px) {
font-size: 1rem;
}
p{margin: 0;
padding: 0.3rem;}
:hover{
background-color: $yellow-puca;
}
> div:nth-child(1)::before{
content: url('../../dist/images/noun-file-6880430.svg');
display: inline-flex;
width: 70px;
height: auto;
padding-right: 1rem;
// align-content: center;
align-items: center;
}
.field__item{
width: 75%;
align-self: flex-end;
padding-right: 2rem;
}
}
}
footer{
text-transform: uppercase;
border: solid black 1px;
background-color: $white-button;
font-size: 0.9rem;
width: fit-content;
font-weight: 400;
@media (max-width:891px) {
font-size: 1rem;
}
p{margin: 0;
padding: 0.3rem;}
:hover{
background-color: $yellow-puca;
}
}
.view-footer{
padding-top: 0;
align-self: center;
}
}
// }
}
aside.layout-sidebar-second.open {
@@ -51,7 +51,7 @@ header{
.field__item{
height: $header-height;
img{
max-height: 85px;
max-height: 92px;
width: auto;
}
}
+2 -1
View File
@@ -40,4 +40,5 @@
@import "pages/node-site";
@import "pages/ressources";
@import "pages/node-ressource";
@import "pages/actualites";
@import "pages/actualites";
@import "pages/page-mon-espace-de-travail";