page partenaires

This commit is contained in:
2021-11-18 13:14:10 +01:00
parent 16232ba2a3
commit 481d5eb8ab
4 changed files with 58 additions and 24 deletions
@@ -250,7 +250,7 @@ a {
.block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite a { .block-views-blockactus-blocks-pages-block-1 .view-content .node-type-actualite a {
color: white; } color: white; }
.field--type-link { .layout--onecol .field--type-link {
display: block; display: block;
float: right; float: right;
width: fit-content; width: fit-content;
@@ -261,11 +261,11 @@ a {
background-color: white; background-color: white;
border: 2px solid #009ee3; border: 2px solid #009ee3;
list-style: none; } list-style: none; }
.field--type-link a { .layout--onecol .field--type-link a {
text-transform: uppercase; text-transform: uppercase;
font-weight: 700; font-weight: 700;
color: #009ee3; } color: #009ee3; }
.field--type-link a::after { .layout--onecol .field--type-link a::after {
display: inline-block; display: inline-block;
content: url("../../images/pictos/polygon2.svg"); } content: url("../../images/pictos/polygon2.svg"); }
@@ -304,6 +304,11 @@ a {
font-size: 1.5rem; font-size: 1.5rem;
width: 110%; } width: 110%; }
.paragraph--type--partenaire .field--name-field-logo {
display: block;
width: 30%;
float: left; }
/*partials*/ /*partials*/
.layout-container { .layout-container {
position: relative; } position: relative; }
+23 -21
View File
@@ -84,30 +84,32 @@
// } // }
// bouton voir toutes actus du bandeau bleu // bouton voir toutes actus du bandeau bleu
.layout--onecol{
.field--type-link { .field--type-link {
display: block; display: block;
float: right; float: right;
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
padding: 0.4rem 1rem; padding: 0.4rem 1rem;
font-size: 0.8rem; font-size: 0.8rem;
margin: 0; margin: 0;
background-color: $white; background-color: $white;
border: 2px solid $blue-light; border: 2px solid $blue-light;
list-style: none; list-style: none;
a{ a{
text-transform: uppercase; text-transform: uppercase;
font-weight: 700; font-weight: 700;
color: $blue-light; color: $blue-light;
} }
a::after{ a::after{
display: inline-block; display: inline-block;
content: url("../../images/pictos/polygon2.svg"); content: url("../../images/pictos/polygon2.svg");
}
} }
} }
// boutons en savoir plus pour lien vers pages statiques // boutons en savoir plus pour lien vers pages statiques
.view-display-id-block_2{ .view-display-id-block_2{
@@ -0,0 +1,26 @@
.field--name-field-partenaires{
display: flex;
flex-direction: column;
.paragraph--type--partenaire{
.field--name-field-logo{
display: block;
width: 30%;
height: inherit;
float: left;
}
.field--name-field-titre{
clear: both;
width: 70%;
font-weight: 800;
}
.field--name-field-texte{
width: 70%;
}
}
}
+1
View File
@@ -19,6 +19,7 @@
// @import "pages/off_canvas_page_wrapper"; // @import "pages/off_canvas_page_wrapper";
@import "pages/_static"; @import "pages/_static";
@import "pages/_home"; @import "pages/_home";
@import "pages/_partenaires";
/*partials*/ /*partials*/