From 12d45e00fcca2ca59327d1b09501d48bf644e66b 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/4] 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 eaa3a19b..503c86fb 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