From d4d36b70fbb05ac3690b0a62326c404f3aa45a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Tue, 11 Oct 2022 09:49:36 +0200 Subject: [PATCH 2/6] fix pk-button & pk-big-button link-cell border --- static/saumur/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/saumur/_custom.scss b/static/saumur/_custom.scss index dd8a49eb..d2a31ae5 100644 --- a/static/saumur/_custom.scss +++ b/static/saumur/_custom.scss @@ -128,6 +128,12 @@ h3 { } } +div.link-cell { + &.pk-button, &.pk-big-button { + background: transparent; + border: none; + } +} #sidebar { div#rub_service div.category h3, -- 2.37.2