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 %}