From 4e0574e184bb3fa915da88d45f909982f2be8c13 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 20 May 2022 00:13:06 +0200 Subject: Port encryption admin settings to vue Signed-off-by: Carl Schwan --- apps/theming/css/default.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/theming/css') diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index e2d641f530e..262af7a3b83 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -25,10 +25,13 @@ --color-text-light: #222222; --color-text-lighter: #767676; --color-error: #e9322d; + --color-error-rgb: 233,50,45; --color-error-hover: #ed5a56; --color-warning: #eca700; + --color-warning-rgb: 236,167,0; --color-warning-hover: #efb832; --color-success: #46ba61; + --color-success-rgb: 70,186,97; --color-success-hover: #6ac780; --color-loading-light: #cccccc; --color-loading-dark: #444444; -- cgit v1.2.3