bandeau zoom home
This commit is contained in:
@@ -406,6 +406,30 @@
|
||||
margin-top: 0.8rem;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.field--name-field-region{
|
||||
order: 5;
|
||||
color: $black;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
.field--name-field-type-de-moa{
|
||||
order:6;
|
||||
a{
|
||||
color: $black;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
.field--name-field-type-de-projet{
|
||||
order:7;
|
||||
a {
|
||||
color: $black;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
.field--name-field-etape-du-projet{
|
||||
order: 8;
|
||||
color: $black;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .node-type-projet{
|
||||
@@ -421,8 +445,39 @@
|
||||
}
|
||||
}
|
||||
|
||||
//carte
|
||||
// bouton voir tous les projets du bandeau bleu
|
||||
.block-block-contentbfb4368c-4f85-4329-88f1-8769161aa66f{
|
||||
display: flex;
|
||||
flex-flow: row-reverse;
|
||||
top: -109px;
|
||||
position: relative;
|
||||
right: 200px;
|
||||
|
||||
.field--type-text-with-summary{
|
||||
height: fit-content;
|
||||
padding: 0.4rem 1rem;
|
||||
font-size: 0.8rem;
|
||||
margin: 0;
|
||||
background-color: $white;
|
||||
border: 2px solid $blue-light;
|
||||
list-style: none;
|
||||
display: inline-flex;
|
||||
}
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
color: $blue-light;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
a::after{
|
||||
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//carte
|
||||
.block-views-blockprojets-block-2{
|
||||
#leaflet-map-view-projets-block-2{
|
||||
height: 500px !important;
|
||||
|
||||
@@ -10,10 +10,12 @@
|
||||
padding-top: 4rem;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
width: 80vw;
|
||||
.top_top{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-bottom: 2rem;
|
||||
// width: 800px;
|
||||
.block-entity-fieldnodefield-photo{
|
||||
width: 60%;
|
||||
padding-right: 2rem;
|
||||
@@ -23,10 +25,11 @@
|
||||
img{
|
||||
// padding-top: 2rem;
|
||||
// width: 600px;
|
||||
width: 65%;
|
||||
// width: 65%;
|
||||
// height: auto;
|
||||
// max-height: 360px;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
width: inherit;
|
||||
@media (max-width: 810px) {
|
||||
padding-top: 1rem;
|
||||
object-fit: cover;
|
||||
@@ -73,7 +76,7 @@
|
||||
// grid-column: 8 ;
|
||||
width: fit-content;
|
||||
.field--name-field-incube{
|
||||
background-color: red;
|
||||
background-color: $red;
|
||||
color: white;
|
||||
font-weight: 800;
|
||||
padding-right: 0.3rem;
|
||||
@@ -94,33 +97,62 @@
|
||||
border: 0.1rem solid;
|
||||
justify-content: space-evenly;
|
||||
width: 90%;
|
||||
|
||||
.block-entity-fieldnodefield-adresse{
|
||||
padding-left: 1.5rem;
|
||||
// margin-block-start: .83em;
|
||||
.top_bottom_left{
|
||||
padding-right: 1rem;
|
||||
order: 1;
|
||||
// display: grid;
|
||||
// grid-template-columns: 1fr, repeat(2, 2fr);
|
||||
width: 30%;
|
||||
.field--name-field-adresse{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: .83em;
|
||||
.address{
|
||||
margin: auto;
|
||||
position: relative;
|
||||
&::before{
|
||||
// grid-column: 1;
|
||||
// grid-row: 1 /span 2;
|
||||
content: url("../images/pictos/picto_lieu.svg");
|
||||
display: inline-block;
|
||||
width: 50px;
|
||||
padding-right: 1rem;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
margin-top: .83em;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.block-entity-fieldnodefield-region{
|
||||
order: 1;
|
||||
margin-left: 70px;
|
||||
margin-bottom: 1rem;
|
||||
// grid-column: 2;
|
||||
// grid-row: 1;
|
||||
}
|
||||
.block-entity-fieldnodefield-adresse{
|
||||
order: 2;
|
||||
margin-left: 70px;
|
||||
// grid-column: 2;
|
||||
// grid-row: 2;
|
||||
// margin-block-start: .83em;
|
||||
.field--name-field-adresse{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: start;
|
||||
margin: 0;
|
||||
// .locality::after{
|
||||
// content:",";
|
||||
// margin-right: 0.3rem;
|
||||
// }
|
||||
}
|
||||
&::before{
|
||||
content: url("../images/pictos/picto_lieu.svg");
|
||||
padding-right: 1rem;
|
||||
flex-direction: row;
|
||||
margin-top: .83em;
|
||||
.address{
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: start;
|
||||
margin: 0;
|
||||
// .locality::after{
|
||||
// content:",";
|
||||
// margin-right: 0.3rem;
|
||||
// }
|
||||
.country{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
.block-entity-fieldnodefield-etape-du-projet{
|
||||
order: 4;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
@@ -141,6 +173,7 @@
|
||||
}
|
||||
}
|
||||
.block-entity-fieldnodefield-type-de-moa{
|
||||
order: 2;
|
||||
padding-left: 1rem;
|
||||
border-left: 0.1rem solid ;
|
||||
padding-bottom: 1rem;
|
||||
@@ -160,6 +193,7 @@
|
||||
}
|
||||
}
|
||||
.block-entity-fieldnodefield-type-de-projet{
|
||||
order: 3;
|
||||
padding-left: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
border-left: 0.1rem solid ;
|
||||
@@ -499,19 +533,31 @@
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.field--name-field-mots-clefs{
|
||||
.field--name-field-date-de-parution{
|
||||
order: 6;
|
||||
.field__label{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.field--name-field-mots-clefs{
|
||||
order: 7;
|
||||
display: flex;
|
||||
margin-top: 2rem;
|
||||
margin-top: 0.8rem;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.field__label{
|
||||
display: none;
|
||||
}
|
||||
.field__items{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.field__item{
|
||||
|
||||
margin-right: 0.5rem;
|
||||
padding-left: 0.3rem;
|
||||
padding-right: 0.3rem;
|
||||
font-size: 0.8rem;
|
||||
|
||||
|
||||
a{
|
||||
background: $blue-dark;
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
.layout__region--top{
|
||||
|
||||
.block-region-top{
|
||||
.block-entity-fieldnodefield-images{
|
||||
display: none;
|
||||
}
|
||||
.block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640{
|
||||
width: 100%;
|
||||
font-family: 'Source Code Pro';
|
||||
|
||||
Reference in New Issue
Block a user