From 5f8775dce1c9804029d95dca5b042137343c3246 Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Mon, 27 Nov 2023 15:40:32 +0100 Subject: [PATCH] revert temp color v3 --- src/styles.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 0a23b22c9..6f462e364 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -608,17 +608,3 @@ button { white-space: nowrap !important; border: 0 !important; } - -// Status colors -.error { - color: $info-error; -} -.success { - color: $info-success; -} -.info { - color: $info-blue; -} -.warning { - color: $info-warning; -} -- GitLab