From e51769229d0858769d314ccc0de22541cc9120e1 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 19 Nov 2020 17:51:49 +0700 Subject: [PATCH] fixed styles import --- src/components/profile/ProfileSidebarInfo/styles.module.scss | 2 ++ src/components/profile/ProfileSidebarMenu/styles.module.scss | 2 ++ .../profile/ProfileSidebarSettings/styles.module.scss | 2 ++ src/containers/sidebars/ProfileSidebar/styles.module.scss | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/components/profile/ProfileSidebarInfo/styles.module.scss b/src/components/profile/ProfileSidebarInfo/styles.module.scss index d1bd8faf..38da46a0 100644 --- a/src/components/profile/ProfileSidebarInfo/styles.module.scss +++ b/src/components/profile/ProfileSidebarInfo/styles.module.scss @@ -1,3 +1,5 @@ +@import "src/styles/variables"; + .wrap.wrap { justify-content: center; align-items: center; diff --git a/src/components/profile/ProfileSidebarMenu/styles.module.scss b/src/components/profile/ProfileSidebarMenu/styles.module.scss index 7bf2a3a9..91eedbdd 100644 --- a/src/components/profile/ProfileSidebarMenu/styles.module.scss +++ b/src/components/profile/ProfileSidebarMenu/styles.module.scss @@ -1,3 +1,5 @@ +@import "src/styles/variables"; + .wrap { display: flex; align-items: stretch; diff --git a/src/components/profile/ProfileSidebarSettings/styles.module.scss b/src/components/profile/ProfileSidebarSettings/styles.module.scss index 012d20c1..d5aa4618 100644 --- a/src/components/profile/ProfileSidebarSettings/styles.module.scss +++ b/src/components/profile/ProfileSidebarSettings/styles.module.scss @@ -1,3 +1,5 @@ +@import "src/styles/variables"; + .wrap { @include sidebar_content(600px); display: flex; diff --git a/src/containers/sidebars/ProfileSidebar/styles.module.scss b/src/containers/sidebars/ProfileSidebar/styles.module.scss index 652ef206..730386c8 100644 --- a/src/containers/sidebars/ProfileSidebar/styles.module.scss +++ b/src/containers/sidebars/ProfileSidebar/styles.module.scss @@ -1,3 +1,5 @@ +@import "src/styles/variables"; + .wrap { @include sidebar_content;