Skip to main content
Sign in
Snippets Groups Projects

Ajoute un lien vers le site DGCL dans le cadre d'information

2 files
+ 10
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -10,6 +10,13 @@
@@ -10,6 +10,13 @@
}
}
.a {
.a {
 
&:hover {
 
color: #7997e0; // help icon color
 
}
 
}
 
 
.aGray {
 
@extend .a;
color: rgba(29, 29, 29, 0.87); //theme primary text color
color: rgba(29, 29, 29, 0.87); //theme primary text color
}
}
Loading