dropdown for product variant picker

main
alexanderroese 2024-07-13 18:15:46 +02:00
parent ee644987db
commit 4556f3205c
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@
outline: none;
}
.shx-custom-dropbtn::after {
content: '\25BC'; /* Unicode character for down arrow */
margin-left: 10px;
}
.shx-custom-dropdown-variant {
display: flex;
justify-content: center;