css lien page mentions légales
This commit is contained in:
@@ -1196,10 +1196,10 @@ a {
|
|||||||
color: white;
|
color: white;
|
||||||
background-color: #009ee3;
|
background-color: #009ee3;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
.node-id-6 a {
|
.node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
.node-id-6 a svg {
|
.node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a svg {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
||||||
.path-ressources.basededonnees .layout-content {
|
.path-ressources.basededonnees .layout-content {
|
||||||
|
|||||||
@@ -30,11 +30,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
a{
|
.block-entity-fieldnodefield-textes{
|
||||||
color: $black;
|
.paragraph--type--texte{
|
||||||
text-decoration: underline;
|
a{
|
||||||
svg{
|
color: $black;
|
||||||
display: none;
|
text-decoration: underline;
|
||||||
|
svg{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user