Merge branch 'prod' into stage
This commit is contained in:
@@ -4638,6 +4638,9 @@ svg.ext {
|
|||||||
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes {
|
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes {
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph {
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .field--name-field-titre {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
@@ -5560,6 +5563,9 @@ svg.ext {
|
|||||||
content: url("../images/pictos/videos-blanc.svg");
|
content: url("../images/pictos/videos-blanc.svg");
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .buttons-filtres-ressources a.button.button-podcasts {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .buttons-filtres-ressources a.button.button-podcasts::before {
|
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .buttons-filtres-ressources a.button.button-podcasts::before {
|
||||||
content: url("../images/pictos/podcasts.svg");
|
content: url("../images/pictos/podcasts.svg");
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
|
|||||||
@@ -393,6 +393,9 @@
|
|||||||
.block-entity-fieldnodefield-textes{
|
.block-entity-fieldnodefield-textes{
|
||||||
|
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
.paragraph{
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
.field--name-field-titre{
|
.field--name-field-titre{
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
|
|||||||
@@ -227,6 +227,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.button-podcasts{
|
&.button-podcasts{
|
||||||
|
display: none !important;
|
||||||
&::before{
|
&::before{
|
||||||
content:url("../images/pictos/podcasts.svg");
|
content:url("../images/pictos/podcasts.svg");
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user