css accueil

This commit is contained in:
2024-03-01 22:50:40 +01:00
parent 6f75dfed66
commit 8cac65c7cf
9 changed files with 111 additions and 78 deletions

View File

@@ -106,7 +106,7 @@
float: inline-start;
padding-right: 0.5rem;
img{
width: 50px;
width: 40px;
height: auto;
}
}
@@ -119,11 +119,8 @@
grid-column: 1 /span 2;
grid-row: 1;
z-index: 100;
// width: 80%;
order: 1;
margin-top: 5rem;
// margin-left: 10%;
// margin-right: 1rem;
@media(max-width:891px){
margin-left: 5%;
margin-top: 9rem;
@@ -133,20 +130,39 @@
margin-top: 3rem;
}
.sidebar_first_container{
// display: flex;
// justify-content: flex-end;
position: -webkit-sticky;
position: sticky;
top: 10rem;
font-weight: 300;
.field-content{
margin-bottom: 0.7rem;
}
@media (max-width: 810px){
display: none;
}
}
.views-field-field-pieces-jointes{
.field-content{
display: flex;
flex-direction: column;
.file--application-pdf{
display: inline-flex;
a{
display: block;
font-size: small;
font-weight: 500;
}
&::before{
content: url(../images/noun-arrow-download.png);
content: url(../images/noun-arrow-download.svg);
margin: auto;
padding-right: 00.5rem;
}
}
span{
font-size: small;
font-weight: 500;
&:nth-child(2){
margin-left: 50px;
}
}
}

View File

@@ -33,6 +33,10 @@ header{
#block-quartiers-de-demain-logoepau-2{
height: $header-height;
}
#block-quartiers-de-demain-logoquartiersdedemain{
margin-left: auto;
padding-right: 50px;
}
img{
width: auto;
height: $header-height;

View File

@@ -28,6 +28,6 @@
/*pages*/
@import "pages/partenaires";
@import "pages/presentation";
@import "pages/_presentation";
@import "pages/static";