Skip to content

Commit

Permalink
fix: #1275
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 29, 2022
1 parent f25bf92 commit 6bba2de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/utilities/unstyled/select.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
.select {
&-md {
@apply h-12 pl-4 pr-10 text-sm leading-loose min-h-12;
[dir="rtl"] & {
@apply pr-4 pl-10;
}
}
&-lg {
@apply h-16 pl-6 pr-8 text-lg leading-loose min-h-16;
[dir="rtl"] & {
@apply pr-6 pl-8;
}
}
&-sm {
@apply h-8 pl-3 pr-8 text-sm leading-8 min-h-8;
[dir="rtl"] & {
@apply pr-3 pl-8;
}
}
&-xs {
@apply h-6 pl-2 pr-8 text-xs leading-relaxed min-h-6;
[dir="rtl"] & {
@apply pr-2 pl-8;
}
}
}

0 comments on commit 6bba2de

Please sign in to comment.