villejuif: add custom styles for link buttons (#78487) #313

Merged
smihai merged 1 commits from wip/78487-villejuif-add-custom-button-styles into main 2023-06-14 09:48:56 +02:00
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;
}
}
}