From eef6d4d85c52239fa6547913886458265331a28f Mon Sep 17 00:00:00 2001 From: gzbender Date: Mon, 3 Jun 2019 08:21:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D0=B0=D0=BF=20=D0=B2=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=86=D0=B5=20=D0=B2=D0=B8=D0=B4=D0=B5=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/payment/models.py | 2 +- web/src/sass/_common.sass | 28 ++++++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/apps/payment/models.py b/apps/payment/models.py index 99bc64cf..4f498d9b 100644 --- a/apps/payment/models.py +++ b/apps/payment/models.py @@ -356,7 +356,7 @@ class SchoolPayment(Payment): class DrawingCampPayment(Payment): - MONTH_PRICE = Decimal(1490) + MONTH_PRICE = Decimal(1990) WEEKDAYS = {1, 3, 5} date_start = models.DateField('Дата начала подписки', null=True, blank=True) diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index 05f69589..458409ce 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -4780,18 +4780,35 @@ a top: 90px height: 200px background: url(../img/video-ended-popup-ref.jpg) no-repeat center white - left: 60px + left: 50% width: 600px + margin-left: -300px border-radius: 5px padding: 30px box-shadow: 0 2px 20px rgba(0,0,0,0.10) opacity: 0 + +t + left: 60px + right: 60px + width: auto + background-color: #151a1e + + +m + width: 100% + left: 0 + top: 0 + height: 153px + background-position: center bottom + background-size: auto 130px + border-radius: 0 + background-color: #151a1e + &_like background-image: url(../img/video-ended-popup-like.jpg) &_black - background: url(../img/video-ended-popup-logo.png) no-repeat center #151a1e + background: url(../img/video-ended-popup-logo.png) no-repeat center #141a1d &__like-btn background: url(../img/heart.png) no-repeat center @@ -4804,5 +4821,12 @@ a left: 50% margin-left: -45px + +m + background-size: contain + width: 54px + margin-left: -27px + bottom: 27px + top: auto + &_like &__like-btn display: block