clean css
This commit is contained in:
parent
b9b5a2faeb
commit
27431f779d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ #svelte .custom-select-wrapper .selectContainer input {
|
|||
}
|
||||
|
||||
#svelte .custom-select-wrapper .selectContainer {
|
||||
@apply h-12 w-96 rounded border-none bg-coolgray-200 p-2 text-xs font-bold tracking-tight placeholder-stone-600 outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 md:text-sm;
|
||||
@apply h-12 w-96 rounded border-none bg-coolgray-200 p-2 text-xs font-bold tracking-tight outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 md:text-sm;
|
||||
}
|
||||
|
||||
#svelte .listContainer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue