offre service type protagonniste css
This commit is contained in:
@@ -1623,11 +1623,20 @@ a {
|
|||||||
.page-node-type-offre-de-service .layout__region--top .block-region-top .block-entity-fieldnodefield-photo img {
|
.page-node-type-offre-de-service .layout__region--top .block-region-top .block-entity-fieldnodefield-photo img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto; }
|
height: auto; }
|
||||||
|
.page-node-type-offre-de-service .layout__region--top .block-region-top .block-entity-fieldnodefield-type-de-protagoniste {
|
||||||
|
background: white;
|
||||||
|
width: fit-content;
|
||||||
|
grid-column: 2 /span 3;
|
||||||
|
grid-row: 1;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #a01a27;
|
||||||
|
font-weight: 900;
|
||||||
|
font-size: 0.8rem; }
|
||||||
.page-node-type-offre-de-service .layout__region--top .block-region-top .block-entity-fieldnodefield-prenom {
|
.page-node-type-offre-de-service .layout__region--top .block-region-top .block-entity-fieldnodefield-prenom {
|
||||||
background: white;
|
background: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
grid-row: 1;
|
grid-row: 2;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
@@ -1636,7 +1645,7 @@ a {
|
|||||||
background: white;
|
background: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 3;
|
grid-column: 3;
|
||||||
grid-row: 1;
|
grid-row: 2;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-size: 1.5rem; }
|
font-size: 1.5rem; }
|
||||||
@@ -1644,7 +1653,7 @@ a {
|
|||||||
background: white;
|
background: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
@@ -1655,7 +1664,7 @@ a {
|
|||||||
background: white;
|
background: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 3;
|
grid-row: 4;
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
font-family: "Source Code Pro"; }
|
font-family: "Source Code Pro"; }
|
||||||
.page-node-type-offre-de-service .layout__region--top .block-region-top .block-entity-fieldnodetitle a {
|
.page-node-type-offre-de-service .layout__region--top .block-region-top .block-entity-fieldnodetitle a {
|
||||||
@@ -1664,7 +1673,7 @@ a {
|
|||||||
background: white;
|
background: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 4;
|
grid-row: 5;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 00.8rem; }
|
font-size: 00.8rem; }
|
||||||
@@ -1672,7 +1681,7 @@ a {
|
|||||||
background: white;
|
background: white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 5;
|
grid-row: 6;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
padding-top: 1rem; }
|
padding-top: 1rem; }
|
||||||
.page-node-type-offre-de-service .layout__region--second {
|
.page-node-type-offre-de-service .layout__region--second {
|
||||||
|
|||||||
@@ -28,11 +28,22 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.block-entity-fieldnodefield-type-de-protagoniste{
|
||||||
|
background: $white;
|
||||||
|
width: fit-content;
|
||||||
|
grid-column: 2 /span 3;
|
||||||
|
grid-row: 1;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: rgb(160, 26, 39);
|
||||||
|
font-weight: 900;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
|
||||||
|
}
|
||||||
.block-entity-fieldnodefield-prenom{
|
.block-entity-fieldnodefield-prenom{
|
||||||
background: $white;
|
background: $white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
grid-row: 1;
|
grid-row: 2;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
@@ -42,7 +53,7 @@
|
|||||||
background: $white;
|
background: $white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 3;
|
grid-column: 3;
|
||||||
grid-row: 1;
|
grid-row: 2;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
@@ -51,7 +62,7 @@
|
|||||||
background: $white;
|
background: $white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 2;
|
grid-row: 3;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
@@ -64,7 +75,7 @@
|
|||||||
background: $white;
|
background: $white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 3;
|
grid-row: 4;
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
font-family: "Source Code Pro";
|
font-family: "Source Code Pro";
|
||||||
|
|
||||||
@@ -76,7 +87,7 @@
|
|||||||
background: $white;
|
background: $white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 4;
|
grid-row: 5;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 00.8rem;
|
font-size: 00.8rem;
|
||||||
@@ -85,7 +96,7 @@
|
|||||||
background: $white;
|
background: $white;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
grid-column: 2 / span 3;
|
grid-column: 2 / span 3;
|
||||||
grid-row: 5;
|
grid-row: 6;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user