From ca633e14bba37b886147f3587d066966572e8aa2 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 1 Jan 2023 04:25:36 +0100 Subject: [PATCH] Added the module-disabled class to the LinkItem style --- admin/src/pages/Home/components/LinkItem/styles.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/src/pages/Home/components/LinkItem/styles.sass b/admin/src/pages/Home/components/LinkItem/styles.sass index a8a0ecf..82f9393 100644 --- a/admin/src/pages/Home/components/LinkItem/styles.sass +++ b/admin/src/pages/Home/components/LinkItem/styles.sass @@ -25,6 +25,9 @@ border-radius: 5rem color: $white +.module-disabled + background-color: $red + .link-info h4, p margin: 0