css lien page mentions légales & contact

This commit is contained in:
2021-12-21 21:23:19 +01:00
parent e29d299fcb
commit a6b0f30a61
3 changed files with 37 additions and 9 deletions
@@ -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{
.paragraph--type--texte{
a{
color: $black;
text-decoration: underline;
svg{
display: none;
.layout__region--second{
.block-region-second{
.block-entity-fieldnodefield-textes{
.paragraph--type--texte{
a{
color: $black;
text-decoration: underline;
svg{
display: none;
}
}
}
}
}