From 296a69c29432a55b60dd1fd923d194cbb3e57e48 Mon Sep 17 00:00:00 2001 From: Julien Gautier Date: Wed, 4 Oct 2023 14:55:52 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20d'une=20feuille=20de=20s?= =?UTF-8?q?tyle=20scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/settings/settings.component.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/components/settings/settings.component.scss b/src/app/components/settings/settings.component.scss index 672a6ef..b886fd1 100644 --- a/src/app/components/settings/settings.component.scss +++ b/src/app/components/settings/settings.component.scss @@ -1,12 +1,13 @@ /* Settings */ @use '@angular/material' as mat; -@import 'src/styles/variable'; +@use 'src/styles/variable' as var; +//@import 'src/styles/variable'; .banner { - background-color: mat.get-color-from-palette($md-custom-warn, 700); + background-color: mat.get-color-from-palette(var.$md-custom-warn, 700); margin-bottom: 1rem; &.light { - background-color: mat.get-color-from-palette($md-custom-accent, 700); + background-color: mat.get-color-from-palette(var.$md-custom-accent, 700); color: #555; button { color: #555;