From d078a10f64d7a6808cb12a90da70096ce2fd72f6 Mon Sep 17 00:00:00 2001 From: borissedw Date: Wed, 6 Sep 2023 21:31:51 +0300 Subject: [PATCH] 0.0.232 --- static/css/styles(boris).css | 16 +++++++++++----- .../blocks/profile/b_subscribe_current.html | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 3ff4897..34e89d7 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1412,17 +1412,18 @@ .another_subscribe{ width: 98%; - padding: 24px 20px; + padding: 0 20px; background: #FFFFFF; box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); display: flex; margin-bottom: 20px; border-radius: 10px; align-items: center; + height: 76px; } .name_subscribe_another{ - font-weight: 700; + font-weight: 500; font-size: 16px; color: #272424; } @@ -1443,9 +1444,10 @@ font-size: 16px; font-weight: 500; background: #FF613A; - padding: 8px 26px; + padding: 0 26px; border-radius: 10px; display: block; + height: 44px; } .subscribe_was_paid{ @@ -1456,10 +1458,14 @@ } .label_toggle_switch_cont{ + float: left; + width: 94%; +} + +.label_toggle_switch_cont > label{ color: #272424; font-size: 14px; - width: 94%; - float: left; + font-weight: 400; } .toggle_switch_cont{ diff --git a/templates/blocks/profile/b_subscribe_current.html b/templates/blocks/profile/b_subscribe_current.html index ce8ec1f..1ca167f 100644 --- a/templates/blocks/profile/b_subscribe_current.html +++ b/templates/blocks/profile/b_subscribe_current.html @@ -48,7 +48,7 @@
-
При понижении тарифного плана оплаченный период действия текущей подписки не пересчитывается.
+
При понижении тарифного плана оплаченный период действия текущей подписки не пересчитывается.
{% for item in subscribes %} {% if item.id != subscribe_for_user.subscribe.id %}