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;