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