From b2c2975247a7c81be8c7fb0fa14fc45259122093 Mon Sep 17 00:00:00 2001 From: maksim Date: Fri, 20 Jun 2025 09:55:35 +0300 Subject: [PATCH] =?UTF-8?q?Task=206811=20|=20=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=B2=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=BF=D0=B0=D0=B4=D0=B0=D1=8E=D1=89=D0=B8=D1=85=20=D1=81=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/profile/assets/css/profile.css | 15 +++++- .../templates/profile/profile-base.twig | 50 +++++++++---------- .../templates/profile/profile-subs.twig | 2 +- 3 files changed, 40 insertions(+), 27 deletions(-) diff --git a/wp-content/themes/cosmopet/modules/profile/assets/css/profile.css b/wp-content/themes/cosmopet/modules/profile/assets/css/profile.css index 227b7b1..830a59b 100644 --- a/wp-content/themes/cosmopet/modules/profile/assets/css/profile.css +++ b/wp-content/themes/cosmopet/modules/profile/assets/css/profile.css @@ -2946,7 +2946,7 @@ button{ .form-input-list-item__box{ width: 20px; aspect-ratio: 1; - + height: 20px; padding: 2px; border-radius: 4px; @@ -3238,3 +3238,16 @@ padding-left: 5px; font-size: 16px; } } + +.form-input-list-item-box__content{ + height: 16px; + width: 16px; + position: relative; +} + +.form-input-list-item-box__content img{ + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} \ No newline at end of file diff --git a/wp-content/themes/cosmopet/templates/profile/profile-base.twig b/wp-content/themes/cosmopet/templates/profile/profile-base.twig index 2b93365..47d7ae6 100644 --- a/wp-content/themes/cosmopet/templates/profile/profile-base.twig +++ b/wp-content/themes/cosmopet/templates/profile/profile-base.twig @@ -229,7 +229,7 @@
- +
@@ -238,7 +238,7 @@
- +
@@ -247,7 +247,7 @@
- +
@@ -267,7 +267,7 @@
- +
@@ -276,7 +276,7 @@
- +
@@ -285,7 +285,7 @@
- +
@@ -294,7 +294,7 @@
- +
@@ -303,7 +303,7 @@
- +
@@ -312,7 +312,7 @@
- +
@@ -321,7 +321,7 @@
- +
@@ -330,7 +330,7 @@
- +
@@ -339,7 +339,7 @@
- +
@@ -348,7 +348,7 @@
- +
@@ -424,7 +424,7 @@
- +
@@ -433,7 +433,7 @@
- +
@@ -442,7 +442,7 @@
- +
@@ -451,7 +451,7 @@
- +
@@ -460,7 +460,7 @@
- +
@@ -469,7 +469,7 @@
- +
@@ -478,7 +478,7 @@
- +
@@ -487,7 +487,7 @@
- +
@@ -496,7 +496,7 @@
- +
@@ -505,7 +505,7 @@
- +
@@ -514,7 +514,7 @@
- +
@@ -523,7 +523,7 @@
- +
diff --git a/wp-content/themes/cosmopet/templates/profile/profile-subs.twig b/wp-content/themes/cosmopet/templates/profile/profile-subs.twig index 99e0427..e17eda3 100644 --- a/wp-content/themes/cosmopet/templates/profile/profile-subs.twig +++ b/wp-content/themes/cosmopet/templates/profile/profile-subs.twig @@ -75,4 +75,4 @@

{{ fn('pll_e', 'У вас нет активных подписок.') }}

{% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %}