From 4130b8c88f2fab40babb11bca5f7f795fcb18c40 Mon Sep 17 00:00:00 2001 From: bdahle Date: Fri, 23 Aug 2024 13:01:59 +0200 Subject: [PATCH] konsistent use 'common' as common; --- src/components/_common/chatbot/ChatbotLinkPanel.module.scss | 2 +- src/components/_common/chatbot/LegacyPageChatbot.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/_common/chatbot/ChatbotLinkPanel.module.scss b/src/components/_common/chatbot/ChatbotLinkPanel.module.scss index 7c5e52271..d19599469 100644 --- a/src/components/_common/chatbot/ChatbotLinkPanel.module.scss +++ b/src/components/_common/chatbot/ChatbotLinkPanel.module.scss @@ -1,4 +1,4 @@ -@use 'src/common'; +@use 'common' as common; $chatPointerSize: 1.5rem; diff --git a/src/components/_common/chatbot/LegacyPageChatbot.module.scss b/src/components/_common/chatbot/LegacyPageChatbot.module.scss index 3bebdb7ae..2e73bfba3 100644 --- a/src/components/_common/chatbot/LegacyPageChatbot.module.scss +++ b/src/components/_common/chatbot/LegacyPageChatbot.module.scss @@ -1,4 +1,4 @@ -@use 'src/common'; +@use 'common' as common; .legacyChat { $width: common.$desktopMaxWidth / 2;