From 671f640a58898275c0fe8b7daaa0a24a089f1f72 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 8 Apr 2020 21:32:51 +0700 Subject: [PATCH] changed profile colors --- src/containers/profile/ProfilePageLeft/styles.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/containers/profile/ProfilePageLeft/styles.scss b/src/containers/profile/ProfilePageLeft/styles.scss index 46fb4a40..a1da3a44 100644 --- a/src/containers/profile/ProfilePageLeft/styles.scss +++ b/src/containers/profile/ProfilePageLeft/styles.scss @@ -15,14 +15,15 @@ .region_wrap { width: 100%; - padding: 0 10px; + // padding: 0 10px; position: relative; margin-top: -$radius; box-sizing: border-box; } .region { - background: $content_bg; + // background: $content_bg; + background: darken($content_bg, 2%); width: 100%; border-radius: $radius; } @@ -82,7 +83,8 @@ .description { padding: $gap; box-sizing: border-box; + // background: darken($content_bg, 2%); background: darken($content_bg, 4%); - margin: 0 $gap; + // margin: 0 $gap; border-radius: 0 0 $radius $radius; }