Skip to content

Commit

Permalink
fix: #340
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 22, 2021
1 parent e21f169 commit 58bed26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/utilities/unstyled/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,30 @@
@apply w-full;
}
&-square{
&.btn-xs {
&:where(.btn-xs) {
@apply h-6 w-6 p-0;
}
&.btn-sm {
&:where(.btn-sm) {
@apply h-8 w-8 p-0;
}
&.btn-md {
&:where(.btn-md) {
@apply h-12 w-12 p-0;
}
&.btn-lg {
&:where(.btn-lg) {
@apply h-16 w-16 p-0;
}
}
&-circle{
&.btn-xs {
&:where(.btn-xs) {
@apply rounded-full h-6 w-6 p-0;
}
&.btn-sm {
&:where(.btn-sm) {
@apply rounded-full h-8 w-8 p-0;
}
&.btn-md {
&:where(.btn-md) {
@apply rounded-full h-12 w-12 p-0;
}
&.btn-lg {
&:where(.btn-lg) {
@apply rounded-full h-16 w-16 p-0;
}
}
Expand Down

0 comments on commit 58bed26

Please sign in to comment.