mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
feat: SelectOption
This commit is contained in:
@@ -48,15 +48,9 @@
|
||||
margin-top: 0.6rem;
|
||||
&.base{
|
||||
width: 20.6rem;
|
||||
.selectOption{
|
||||
padding: 1.2rem 1.6rem;
|
||||
}
|
||||
}
|
||||
&.large{
|
||||
width: 34.25rem;
|
||||
.selectOption{
|
||||
padding: 1.6rem 1.6rem;
|
||||
}
|
||||
}
|
||||
&.default{
|
||||
@apply border-solid border border-current;
|
||||
@@ -69,11 +63,6 @@
|
||||
&.active{
|
||||
@apply hidden;
|
||||
}
|
||||
.selectOption{
|
||||
&:hover{
|
||||
background-color: var(--background);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user