From e3e8e3a187062fd730c2338e6a65b9f2dad8b8f1 Mon Sep 17 00:00:00 2001 From: Kirill Pet Date: Fri, 2 May 2025 15:02:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BC=D0=B0=D1=80=D0=BA=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20toggle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/gp-style-core.css | 16 ++++++++++++++++ subscription-2.html | 18 ------------------ 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/assets/css/gp-style-core.css b/assets/css/gp-style-core.css index 67bf96d..55e7cd6 100644 --- a/assets/css/gp-style-core.css +++ b/assets/css/gp-style-core.css @@ -2288,7 +2288,23 @@ button{ width: 100%; } .subscription__toggle-header{ + position: relative; +} +.subscription__toggle-header::after{ + content: ''; + position: absolute; + top: 3.5px; + right: 0; + width: 24px; + aspect-ratio: 1; + background-image: url(../img/svg/main/black-x.svg); + transform: rotate(45deg); + transition: transform .2s; + pointer-events: none; +} +.subscription__toggle-header.active::after{ + transform: rotate(0deg); } .subscription__toggle-product{ align-items: start; diff --git a/subscription-2.html b/subscription-2.html index 83ae388..57a30c2 100644 --- a/subscription-2.html +++ b/subscription-2.html @@ -226,26 +226,8 @@
-
- - -
-
-
- - - -
-
-