From 2b2ec0e82daefb0dfe8d6b3ff3e3b6e14703ee98 Mon Sep 17 00:00:00 2001 From: gzbender Date: Fri, 16 Aug 2019 21:30:12 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86?= =?UTF-8?q?=D0=B0=20=D1=81=20=D1=86=D0=B5=D0=BD=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/templates/lilcity/packages.html | 2 +- web/src/sass/_common.sass | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/project/templates/lilcity/packages.html b/project/templates/lilcity/packages.html index 5600afa6..11e8ebd2 100644 --- a/project/templates/lilcity/packages.html +++ b/project/templates/lilcity/packages.html @@ -35,7 +35,7 @@ {% if forloop.counter == 4 %} style="background-image: linear-gradient(to bottom, #ffe790, #f9d055 45%, #f9c155); padding: 12px 9px;" {% endif %} - + {% if user.is_authenticated %} href="{% url 'school-checkout' %}?duration={{ package.duration }}" {% else %} diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index c5e01569..3c07f1a3 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -4883,7 +4883,8 @@ a flex-direction: column text-align: center +m - min-width: 240px + min-width: 190px + padding: 20px 28px &__btn width: 100% @@ -4893,6 +4894,8 @@ a text-align: center margin-top: 20px font-family: 'ProximaNova-Regular', sans-serif + +m + margin-top: 0 &__desc font-size: 13px @@ -4901,6 +4904,8 @@ a &__price font-size: 40px margin: 20px 0 40px + +m + margin: 17px 0 13px &__high-price text-decoration: line-through @@ -4908,6 +4913,9 @@ a color: #9b9b9b height: 15px margin-bottom: -15px + +m + margin-top: -15px + margin-bottom: 0 &__options padding: 30px 0 @@ -4918,6 +4926,8 @@ a font-size: 12px line-height: 18px flex: 1 + +m + padding: 19px 0 30px & p margin-top: 6px