haute-garonne-cd31: use blue underlined links for #account-management links (#36460)

This commit is contained in:
Thomas Jund 2019-10-08 18:25:37 +02:00
parent aeed192cf8
commit b9c654ae53
1 changed files with 23 additions and 5 deletions

View File

@ -16,6 +16,15 @@
}
}
%blue-underlined-link {
color: $primary-color;
text-decoration: underline;
&:hover {
color: $font-color;
}
}
a:hover {
color: $primary-color;
}
@ -558,11 +567,8 @@ div.textcell {
font-weight: 600;
}
a {
color: $bleu;
text-decoration: underline;
&:hover {
color: $font-color;
}
@extend %blue-underlined-link;
&.pk-button, &.pk-big-button {
@extend %button;
text-decoration: none;
@ -609,3 +615,15 @@ div.cell.foldable.folded > div > h2:first-child::after {
.grid-1-2 { // Edge hack, https://dev.entrouvert.org/issues/33205
width: calc(50% - 1rem - 0.1px);
}
// Specific authentic
// Blue underlined links for
// * accounts/ Bloc gestion du compte
// * account / FranceConnect
div#account-management ul.account-management > li > a,
#account-management-fc p > a {
@extend %blue-underlined-link;
}