smartphone partenaires
This commit is contained in:
@@ -183,10 +183,17 @@ a {
|
|||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
height: 30vh; }
|
height: 30vh; }
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top {
|
||||||
|
padding-bottom: 0rem; } }
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-left: 13%;
|
margin-left: 13%;
|
||||||
margin-top: 15vh; }
|
margin-top: 15vh; }
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle {
|
||||||
|
margin-left: 8%;
|
||||||
|
margin-right: 5%; } }
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle .field--name-title {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--top .block-entity-fieldnodetitle .field--name-title {
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@@ -200,6 +207,9 @@ a {
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 7rem; }
|
top: 7rem; }
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first {
|
||||||
|
display: none; } }
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@@ -217,6 +227,11 @@ a {
|
|||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
|
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second {
|
||||||
|
flex: 0 1 80%;
|
||||||
|
margin: auto; } }
|
||||||
|
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
background-color: white; }
|
background-color: white; }
|
||||||
@@ -243,6 +258,9 @@ a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 70%; }
|
width: 70%; }
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
|
||||||
|
margin: auto; } }
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
border: 2px solid #009ee3;
|
border: 2px solid #009ee3;
|
||||||
@@ -768,6 +786,10 @@ a {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(7, 1fr);
|
grid-template-columns: repeat(7, 1fr);
|
||||||
grid-template-rows: repeat(auto-fill); }
|
grid-template-rows: repeat(auto-fill); }
|
||||||
|
@media (max-width: 810px) {
|
||||||
|
.field--name-field-partenaires .paragraph--type--partenaire {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column; } }
|
||||||
.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 / 2;
|
grid-column: 1 / 2;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
|
|||||||
@@ -35,7 +35,10 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(7, 1fr);
|
grid-template-columns: repeat(7, 1fr);
|
||||||
grid-template-rows: repeat(auto-fill);
|
grid-template-rows: repeat(auto-fill);
|
||||||
|
@media (max-width: 810px){
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
.field--name-field-logo{
|
.field--name-field-logo{
|
||||||
|
|
||||||
grid-column: 1 / 2;
|
grid-column: 1 / 2;
|
||||||
|
|||||||
@@ -14,10 +14,18 @@
|
|||||||
|
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
height: 30vh;
|
height: 30vh;
|
||||||
|
@media (max-width: 810px){
|
||||||
|
padding-bottom: 0rem;
|
||||||
|
|
||||||
|
}
|
||||||
.block-entity-fieldnodetitle{
|
.block-entity-fieldnodetitle{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-left: 13%;
|
margin-left: 13%;
|
||||||
margin-top: 15vh;
|
margin-top: 15vh;
|
||||||
|
@media (max-width: 810px){
|
||||||
|
margin-left: 8%;
|
||||||
|
margin-right: 5%;
|
||||||
|
}
|
||||||
.field--name-title{
|
.field--name-title{
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@@ -39,6 +47,9 @@
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 7rem;
|
top: 7rem;
|
||||||
|
@media (max-width: 810px){
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.block-entity-fieldnodefield-textes{
|
.block-entity-fieldnodefield-textes{
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@@ -64,7 +75,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout__region--second{ // paragraphe texte
|
.layout__region--second{ // paragraphe texte
|
||||||
|
@media (max-width: 810px){
|
||||||
|
flex: 0 1 80%;
|
||||||
|
margin: auto;
|
||||||
|
} // paragraphe texte
|
||||||
.block-entity-fieldnodefield-textes{
|
.block-entity-fieldnodefield-textes{
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
@@ -100,7 +115,10 @@
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
|
@media (max-width: 810px){
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
.block-entity-fieldnodefield-fichiers{
|
.block-entity-fieldnodefield-fichiers{
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
border: 2px solid $blue-light;
|
border: 2px solid $blue-light;
|
||||||
|
|||||||
Reference in New Issue
Block a user