villejuif: add custom styles for link buttons (#78487)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-06-14 09:36:49 +02:00
parent 0daca973c7
commit a8480b2654
1 changed files with 15 additions and 0 deletions

View File

@ -401,3 +401,18 @@ div.BlockWidget {
border-left: none;
}
}
div.link-cell {
&.pk-button {
border: none;
}
&.vjf-button-bleu ul > li > a {
border-bottom-color: #003388;
background-color: #386ede;
&:hover {
border-bottom-color: #386ede;
background-color: #003388;
}
}
}