css lien page mentions légales & contact
This commit is contained in:
@@ -1065,6 +1065,12 @@ a {
|
|||||||
background-color: #009ee3;
|
background-color: #009ee3;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
|
|
||||||
|
.node-id-5 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph--type--texte a {
|
||||||
|
color: black;
|
||||||
|
text-decoration: underline; }
|
||||||
|
.node-id-5 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph--type--texte a svg {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
.path-faq #block-contenudelapageprincipale h2 {
|
.path-faq #block-contenudelapageprincipale h2 {
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
@@ -1196,10 +1202,10 @@ a {
|
|||||||
color: white;
|
color: white;
|
||||||
background-color: #009ee3;
|
background-color: #009ee3;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
.node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a {
|
.node-id-6 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph--type--texte a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
.node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a svg {
|
.node-id-6 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph--type--texte a svg {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
.path-ressources.basededonnees .layout-content {
|
.path-ressources.basededonnees .layout-content {
|
||||||
|
|||||||
@@ -25,4 +25,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.layout__region--second{
|
||||||
|
|
||||||
|
.block-region-second{
|
||||||
|
.block-entity-fieldnodefield-textes{
|
||||||
|
.paragraph--type--texte{
|
||||||
|
a{
|
||||||
|
color: $black;
|
||||||
|
text-decoration: underline;
|
||||||
|
svg{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -30,13 +30,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.block-entity-fieldnodefield-textes{
|
.layout__region--second{
|
||||||
.paragraph--type--texte{
|
|
||||||
a{
|
.block-region-second{
|
||||||
color: $black;
|
.block-entity-fieldnodefield-textes{
|
||||||
text-decoration: underline;
|
.paragraph--type--texte{
|
||||||
svg{
|
a{
|
||||||
display: none;
|
color: $black;
|
||||||
|
text-decoration: underline;
|
||||||
|
svg{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user