From a369866e8c55c3607a93c447f2ad62222aac4666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Thu, 8 Apr 2021 20:26:03 +0300 Subject: [PATCH] Rebase fix --- .../components/user-profile/user-profile-screen.component.html | 2 +- .../components/user-profile/user-profile-screen.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.html b/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.html index ecd08b43d..298361084 100644 --- a/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.html +++ b/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.html @@ -1,5 +1,5 @@
-
+
diff --git a/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.scss b/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.scss index b0efc79c6..ea43e6f7f 100644 --- a/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.scss +++ b/apps/red-ui/src/app/components/user-profile/user-profile-screen.component.scss @@ -1,6 +1,6 @@ @import '../../../assets/styles/red-mixins'; -.left-container { +.content-container { background-color: $grey-2; justify-content: center; @include scroll-bar;