mirror of
https://github.com/vercel/commerce.git
synced 2025-07-06 05:01:20 +00:00
17 lines
327 B
SCSS
17 lines
327 B
SCSS
@import "../../../../styles/utilities";
|
|
|
|
.selectOption {
|
|
@apply outline-none;
|
|
background-color: var(--white);
|
|
&.base{
|
|
width: 20.4rem;
|
|
padding: 0.8rem 1.6rem;
|
|
}
|
|
&.large{
|
|
width: 33.75rem;
|
|
padding: 0.8rem 1.6rem;
|
|
}
|
|
&:hover{
|
|
background-color: var(--gray);
|
|
}
|
|
} |