Maks | fix: добавил иконку переключателя для коллапс-элементов в св-вах товаров на подробной странице товара

pull/30/head
Your Name 2 months ago
parent 6c14279417
commit 122cf39c10
  1. 3
      wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css
  2. 11
      wp-content/themes/cosmopet/modules/layout/assets/img/svg/main/black-x.svg

@ -1270,14 +1270,11 @@ textarea{
}
.toggle::after{
content: '';
position: absolute;
top: 24px;
right: 0;
width: 24px;
aspect-ratio: 1;
background-image: url(../img/svg/main/black-x.svg);
transform: rotate(45deg);
transition: transform .2s;

@ -0,0 +1,11 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1_2483)">
<path d="M18 6L6 18" stroke="#121212" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 6L18 18" stroke="#121212" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_1_2483">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 455 B

Loading…
Cancel
Save