From aeda758b4d3a9079fc62ce4062963d3bafa3c06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Fri, 29 Jul 2022 17:08:39 +0200 Subject: [PATCH] vendee: fix pk-button background & footer look (#67817) --- static/vendee-cd85/_custom.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/static/vendee-cd85/_custom.scss b/static/vendee-cd85/_custom.scss index c6b1c1fa..d495dcb5 100644 --- a/static/vendee-cd85/_custom.scss +++ b/static/vendee-cd85/_custom.scss @@ -8,6 +8,13 @@ a { text-decoration: underline; } +div.link-cell.pk-button { + border-radius: $button-border-radius; + &.pk-button ul > li > a, a.pk-button.pk-button { + padding: 1rem; + } +} + div#header { max-width: 100%; @media ($max-mobile-viewport) { @@ -279,4 +286,18 @@ div.wcsformcell { height: 150px; } } + + div.link-cell.pk-button ul > li > a, a.pk-button { + background: transparent; + border-color: white; + padding: 1rem; + &::before { + content: none; + } + + &:hover { + border-color: white; + text-decoration: underline; + } + } }