From 24f0026b105c8dee04a08cee0939f525391a5bd4 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Thu, 21 Oct 2021 10:22:49 +0200 Subject: [PATCH] eurelien-cd28: remove forms borders on forms category cell (#57950) --- static/eurelien-cd28/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/eurelien-cd28/_custom.scss b/static/eurelien-cd28/_custom.scss index 7a8d8575..2954e578 100644 --- a/static/eurelien-cd28/_custom.scss +++ b/static/eurelien-cd28/_custom.scss @@ -100,6 +100,9 @@ div.buttons { font-size: 30px; } } + ul > li:not(:last-child) { + border: 0px; + } } @media screen and ($max-mobile-viewport) { text-align: center;