actus home, docs espace travail

This commit is contained in:
2025-09-23 22:16:46 +02:00
parent 7cc9d270bb
commit d015c16dd9
3 changed files with 101 additions and 32 deletions
@@ -3,7 +3,7 @@
padding-bottom: 3rem;
h2{
width: 80%;
font-size: 2rem;
font-size: 1.2rem;
font-weight: 900;
margin-left: 10%;
padding-top: 1rem;
@@ -65,6 +65,10 @@
padding-top: 0;
font-weight: 600;
}
.field--name-field-sous-titre{
font-size: 1.2rem;
}
}
.body-content{
display: none;
@@ -111,6 +111,33 @@ aside.layout-sidebar-second{
margin-bottom: 1rem;
border-bottom: black solid 1px;
}
.field--name-field-fichiers,
.field--type-file{
&:hover{
background-color: white !important;
}
border: none;
.field__items{
.field__item{
text-transform: uppercase;
padding-bottom: 0rem;
padding-left: 0.6rem;
padding-right: 0.6rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: rgb(255, 255, 255);
font-size: 0.9rem;
width: fit-content;
&:hover{
background-color: $yellow-puca;
}
}
}
}
}
.field--name-field-dossier-de-pilotage,
@@ -123,6 +150,20 @@ aside.layout-sidebar-second{
display: flex;
align-items: center;
flex-direction: row;
.field__item{
.paragraph--type--dossier{
padding-left: 10%;
.field--name-field-fichiers{
text-transform: none;
border: none;
padding-left: 10%;
span:nth-of-type(2){
display: none;
}
}
}
}
}
> div:nth-child(1)::before{
@@ -133,19 +174,7 @@ aside.layout-sidebar-second{
padding-right: 1rem;
align-items: center;
}
.field__item{
.paragraph--type--dossier{
padding-left: 10%;
.field--name-field-fichiers{
text-transform: none;
border: none;
padding-left: 10%;
span:nth-of-type(2){
display: none;
}
}
}
}
}
}
@@ -174,3 +203,8 @@ aside.layout-sidebar-second{
}
}
.field--name-field-dossier-de-pilotage > div:nth-child(2) > div:nth-child(1) > div:nth-child(2){
&:hover{
background-color: none !important;
}
}