feat: SelectOption

This commit is contained in:
unknown
2021-08-30 15:42:58 +07:00
parent fa46766cf5
commit 38be2e7a7d
5 changed files with 64 additions and 19 deletions

View File

@@ -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);
}
}
}