From 239f3205a7391aa447f6803276ab65d166f4987d Mon Sep 17 00:00:00 2001 From: gzbender Date: Fri, 14 Sep 2018 15:18:54 +0500 Subject: [PATCH] LIL-656 --- apps/user/templates/user/profile.html | 4 +++- web/src/sass/_common.sass | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index 0f77ec09..9bddf2b0 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -77,7 +77,7 @@
{% if is_school_purchased %}
- + @@ -86,6 +86,8 @@
{{ school_purchased_price|floatformat:"-2" }}₽
Онлайн-школа {{ school_purchased_dates.0|date:"j b" }} - {{ school_purchased_dates.1|date:"j b" }} + + Перейти в онлайн-школу
{% endif %} {% if paid.exists %} diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index c959b913..90dcb490 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -1710,6 +1710,8 @@ a.grey-link color: $cl +t line-height: 1.33 + &__theme + text-transform: uppercase &__user margin-top: 20px &_two &__item