fix. 버튼 아이콘 사이즈 변경
This commit is contained in:
@@ -19,4 +19,14 @@
|
||||
@apply px-6 h-10 text-sm rounded
|
||||
before:rounded after:rounded;
|
||||
}
|
||||
|
||||
/* Icon Size Classes */
|
||||
.size-large .icon,
|
||||
.size-medium .icon {
|
||||
@apply w-5 h-5;
|
||||
}
|
||||
.size-small .icon,
|
||||
.size-extra-small .icon {
|
||||
@apply w-4 h-4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user