selects js

This commit is contained in:
Kirill Pet
2024-10-08 22:02:13 +03:00
parent 284a32c6c9
commit 7beff60d00
4 changed files with 112 additions and 41 deletions

View File

@@ -640,7 +640,7 @@ button{
padding: 11px 47px 11px 13px;
pointer-events:none;
/* pointer-events:none; */
border: 1px solid var(--background-black);
border-radius: 20px;
@@ -651,6 +651,8 @@ button{
line-height: 120%;
color: var(--text-black);
cursor: pointer;
position: relative;
transition: opacity .2s ease-out;
@@ -671,6 +673,8 @@ button{
background-image: url(../img/svg/main/arrow-black.svg);
background-repeat: no-repeat;
background-size: contain;
pointer-events: none;
}
.state__block{
position: absolute;
@@ -681,6 +685,8 @@ button{
height: 0;
overflow: hidden;
transition: height .2s ease-out;
}
.state__content{
padding: 8px;

View File

@@ -487,20 +487,7 @@
position: relative;
}
.product-item-overlay__tags li:nth-child(n+2)::before{
content: '';
position: absolute;
top: 6px;
left: -8px;
width: 4px;
aspect-ratio: 1;
background-color: var(--text-3);
border-radius: 50%;
}
.product-item-overlay__tags li:nth-child(n+2)::after{
.product-item-overlay__tags li:nth-child(n+1)::after{
content: '';
position: absolute;