From a8480b2654a5822ee71d2e238b3813104925ed53 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 14 Jun 2023 09:36:49 +0200 Subject: [PATCH] villejuif: add custom styles for link buttons (#78487) --- static/villejuif/_custom.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/villejuif/_custom.scss b/static/villejuif/_custom.scss index f86e5f49..39792ee5 100644 --- a/static/villejuif/_custom.scss +++ b/static/villejuif/_custom.scss @@ -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; + } + } +} +