page partenaires
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
@@ -84,30 +84,32 @@
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
// bouton voir toutes actus du bandeau bleu
|
// bouton voir toutes actus du bandeau bleu
|
||||||
|
.layout--onecol{
|
||||||
|
.field--type-link {
|
||||||
|
display: block;
|
||||||
|
float: right;
|
||||||
|
width: fit-content;
|
||||||
|
height: fit-content;
|
||||||
|
padding: 0.4rem 1rem;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
margin: 0;
|
||||||
|
background-color: $white;
|
||||||
|
border: 2px solid $blue-light;
|
||||||
|
list-style: none;
|
||||||
|
a{
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 700;
|
||||||
|
color: $blue-light;
|
||||||
|
}
|
||||||
|
a::after{
|
||||||
|
display: inline-block;
|
||||||
|
content: url("../../images/pictos/polygon2.svg");
|
||||||
|
|
||||||
.field--type-link {
|
}
|
||||||
display: block;
|
|
||||||
float: right;
|
|
||||||
width: fit-content;
|
|
||||||
height: fit-content;
|
|
||||||
padding: 0.4rem 1rem;
|
|
||||||
font-size: 0.8rem;
|
|
||||||
margin: 0;
|
|
||||||
background-color: $white;
|
|
||||||
border: 2px solid $blue-light;
|
|
||||||
list-style: none;
|
|
||||||
a{
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: 700;
|
|
||||||
color: $blue-light;
|
|
||||||
}
|
|
||||||
a::after{
|
|
||||||
display: inline-block;
|
|
||||||
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%;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -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*/
|
||||||
|
|||||||
Reference in New Issue
Block a user