From 35bcaee1f696b9ad09ab0423675779e3d00ba611 Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Mon, 30 Apr 2018 14:51:23 +0300 Subject: [PATCH] Fix weekend bg --- web/src/sass/_common.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index 867df5a2..30136dff 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -3666,8 +3666,8 @@ a.grey-link border-top: 1px solid $border &_bg margin-top: 10px - background: $bg - box-shadow: -40px 0 0 0 $bg, 40px 0 0 0 $bg + background: $pink-light + box-shadow: -40px 0 0 0 $pink-light, 40px 0 0 0 $pink-light +nf border-color: transparent &__item.open