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 @@
-
- - -
-
-
- - - -
-
-