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 @@
{{ fn('pll_e', 'У вас нет активных подписок.') }}
{% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %}