From 6e581fce75930cf3045613054ff3ff1694022c6e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Mon, 11 Aug 2025 16:29:08 +1000 Subject: [PATCH] Remove unnecessary styling The early dev versions of the DPM needed these styles. Now the module looks fine without any additional styles. --- app/webpacker/css/admin/connected_apps.scss | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app/webpacker/css/admin/connected_apps.scss b/app/webpacker/css/admin/connected_apps.scss index 975be5fb5f..f68d902ad0 100644 --- a/app/webpacker/css/admin/connected_apps.scss +++ b/app/webpacker/css/admin/connected_apps.scss @@ -68,19 +68,3 @@ } } } - -solid-permissioning { - @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); - - --font-family: "Inter", sans-serif; - --color-text: #181d27; - --color-primary: #0096AD; - --color-primary-dark: #007B8A; - --color-primary-light: #5498DA; - --color-secondary: #23A877; - --color-third: #F1F8FE; - --color-third-dark: #d8e6f5; - --color-heading: #0096AD; - --color-grey: #4d4d4d; - font-family: var(--font-family); -}