This commit is contained in:
2021-12-02 15:31:18 +01:00
parent 31c3acdb3c
commit 6f6a1545eb
5 changed files with 74 additions and 37 deletions
+32 -18
View File
@@ -396,7 +396,7 @@ a {
.path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite div:first-child :nth-child(5) { .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite div:first-child :nth-child(5) {
order: 3; } order: 3; }
.path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-images .field__item img { .path-frontpage .block-region-content .block-views-blockactus-blocks-pages-block-1 .view-actus-blocks-pages .view-content .node-type-actualite .field--name-field-images .field__item img {
max-width: 70%; max-width: 95%;
max-height: 150px; max-height: 150px;
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
@@ -528,7 +528,8 @@ a {
grid-template-rows: repeat(auto-fill); } grid-template-rows: repeat(auto-fill); }
.field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo { .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-logo {
grid-column: 1 / 4; grid-column: 1 / 4;
grid-row: 1 / 3; } grid-row: 2;
margin-top: 2rem; }
.field--name-field-partenaires .paragraph--type--partenaire .field--name-field-titre { .field--name-field-partenaires .paragraph--type--partenaire .field--name-field-titre {
grid-column: 3 / 7; grid-column: 3 / 7;
grid-row: 1; grid-row: 1;
@@ -816,8 +817,6 @@ header {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 1rem; } padding: 1rem; }
#header-top .region-header-top-left ul .ul1.sous-liste {
padding-right: 2rem; }
#header-top .region-header-top-left ul li { #header-top .region-header-top-left ul li {
width: 200px; } width: 200px; }
#header-top .region-header-top-left ul li a { #header-top .region-header-top-left ul li a {
@@ -911,24 +910,39 @@ header {
color: #09398b; color: #09398b;
font-size: 1.2rem; } font-size: 1.2rem; }
#fotter-bottom .region-footer-bottom-left { #fotter-bottom .region-footer-bottom-left {
width: 35%; margin-left: 3rem;
border: none; } border: none;
#fotter-bottom .region-footer-bottom-left #block-pieddepage ul { width: 20%; }
#fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
padding-top: 1rem; }
#fotter-bottom .region-footer-bottom-left .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
padding-right: 1rem;
padding-bottom: 1rem; }
#fotter-bottom .region-footer-bottom-right {
width: 15%; }
#fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
margin-top: 0; margin-top: 0;
color: #09398b; color: #09398b;
font-weight: 800; font-weight: 800;
list-style: none; } list-style: none;
#fotter-bottom .region-footer-bottom-left #block-pieddepage ul a { padding-left: 0; }
#fotter-bottom .region-footer-bottom-right #block-pieddepage ul a {
color: #09398b; color: #09398b;
font-size: 1.2rem; font-size: 1.2rem;
text-decoration: underline; text-decoration: underline;
margin-top: 0; } margin-top: 0; }
#fotter-bottom .view-id-partenaires .view-content { #fotter-bottom .region-footer-bottom-middle {
display: flex; width: 60%; }
flex-direction: row; #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content {
justify-content: flex-start; display: flex;
flex-wrap: wrap; flex-direction: row;
padding-top: 1rem; } justify-content: flex-start;
#fotter-bottom .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ { flex-wrap: wrap;
padding-right: 1rem; padding-top: 1rem; }
padding-bottom: 1rem; } #fotter-bottom .region-footer-bottom-middle .view-id-partenaires .view-content .node-type-partenaires_logo_footer_ {
padding-right: 1rem;
padding-bottom: 1rem; }
+1 -1
View File
@@ -194,7 +194,7 @@
} }
.field--name-field-images { .field--name-field-images {
.field__item img{ .field__item img{
max-width: 70%; max-width: 95%;
max-height: 150px; max-height: 150px;
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
@@ -37,7 +37,8 @@
.field--name-field-logo{ .field--name-field-logo{
grid-column: 1 / 4; grid-column: 1 / 4;
grid-row: 1 / 3; grid-row: 2;
margin-top: 2rem;
} }
.field--name-field-titre{ .field--name-field-titre{
grid-column: 3 / 7; grid-column: 3 / 7;
@@ -14,25 +14,42 @@
padding-left: 1rem; padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;
padding-bottom: 1rem; padding-bottom: 1rem;
border-left: $blue-light solid 1px; border-left: $blue-light solid 1px;
h2{ h2{
margin-top: 0; margin-top: 0;
color: $blue-dark; color: $blue-dark;
font-size: 1.2rem; font-size: 1.2rem;
} }
}
.region-footer-bottom-left{
margin-left: 3rem;
border: none;
width: 20%;
.view-id-partenaires{
.view-content{
display: flex;
flex-direction: row;
justify-content:flex-start;
flex-wrap: wrap;
padding-top: 1rem;
.node-type-partenaires_logo_footer_{
padding-right: 1rem;
padding-bottom: 1rem;
}
}
}
} }
.region-footer-bottom-left{ .region-footer-bottom-right{
width: 35%; width: 15%;
border: none;
#block-pieddepage ul{ #block-pieddepage ul{
margin-top: 0; margin-top: 0;
color: $blue-dark; color: $blue-dark;
font-weight: 800; font-weight: 800;
list-style: none; list-style: none;
padding-left: 0;
a{ a{
color: $blue-dark; color: $blue-dark;
font-size: 1.2rem; font-size: 1.2rem;
@@ -42,18 +59,23 @@
} }
} }
.view-id-partenaires{ .region-footer-bottom-middle{
.view-content{ width: 60%;
display: flex;
flex-direction: row; .view-id-partenaires{
justify-content:flex-start; .view-content{
flex-wrap: wrap; display: flex;
padding-top: 1rem; flex-direction: row;
.node-type-partenaires_logo_footer_{ justify-content:flex-start;
padding-right: 1rem; flex-wrap: wrap;
padding-bottom: 1rem; padding-top: 1rem;
.node-type-partenaires_logo_footer_{
padding-right: 1rem;
padding-bottom: 1rem;
}
} }
} }
} }
} }
@@ -65,7 +65,7 @@ header{
padding: 1rem; padding: 1rem;
} }
.ul1.sous-liste{ .ul1.sous-liste{
padding-right: 2rem; // padding-right: 2rem;
} }
li{ li{
width: 200px; width: 200px;