From 58a4f36818800f48e9fb1cdeca643c3126e47554 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Wed, 14 Feb 2018 17:33:36 +0300 Subject: [PATCH] Fix courses bg in profile page --- apps/user/templates/user/profile.html | 2 +- web/src/sass/_common.sass | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index c4085f29..f9d85cdb 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -59,7 +59,7 @@ -
+
diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index 463408e9..29996eba 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -25,6 +25,7 @@ font-family: 'ProximaNova-Light', serif $pink: #FF9393 +$pink-light: #FDF8F9 $purple: #B995D9 $green: #8ECFC0 $green-light: #5BD700 @@ -742,6 +743,8 @@ a[name] background: url(../img/bg-elephants.jpg) 0 0 / 100px 102px &_gray background: $bg + &_pink-light + background: $pink-light &_border position: relative &:after