dropdown for product variant picker
parent
ee644987db
commit
4556f3205c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue