From b4149782a31041f076f33356b52698b7f8ac6fe6 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Thu, 1 Feb 2024 14:51:37 +0100 Subject: [PATCH] cnil-2023: restore tracking-code-input button colors (#86414) --- static/cnil-2023/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/cnil-2023/_custom.scss b/static/cnil-2023/_custom.scss index bf292670..2893dab1 100644 --- a/static/cnil-2023/_custom.scss +++ b/static/cnil-2023/_custom.scss @@ -395,6 +395,7 @@ div.cell.foldable > div > h2:first-child { margin-top: 0; } button { + @extend %button; vertical-align: baseline; margin-bottom: 1rem; }