From bd94c575d71df8f9f4201f095a61aa12ae03205b Mon Sep 17 00:00:00 2001 From: Benoit Queyron Date: Wed, 29 May 2024 17:35:40 +0200 Subject: [PATCH] linter check --- app/assets/stylesheets/card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/card.scss b/app/assets/stylesheets/card.scss index f2143d2ec..e3646961f 100644 --- a/app/assets/stylesheets/card.scss +++ b/app/assets/stylesheets/card.scss @@ -5,6 +5,7 @@ [data-fr-theme="dark"] .card { background: none; border: 1px solid var(--background-action-low-blue-france); + &.feedback { background: none; }