fix. 코드 리팩토링
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
/* Button Size Classes */
|
||||
@layer components {
|
||||
/* height: 64px */
|
||||
.size-large {
|
||||
/* height: 64px */
|
||||
@apply px-10 h-16 text-lg rounded-lg
|
||||
before:rounded-lg after:rounded-lg;
|
||||
}
|
||||
|
||||
/* height: 56px */
|
||||
.size-medium {
|
||||
/* height: 56px */
|
||||
@apply px-10 h-14 text-base rounded-lg
|
||||
before:rounded-lg after:rounded-lg;
|
||||
}
|
||||
|
||||
/* height: 48px */
|
||||
.size-small {
|
||||
/* height: 48px */
|
||||
@apply px-10 h-12 text-sm rounded-lg
|
||||
before:rounded-lg after:rounded-lg;
|
||||
}
|
||||
|
||||
/* height: 40px */
|
||||
.size-extra-small {
|
||||
/* height: 40px */
|
||||
@apply px-6 h-10 text-sm rounded
|
||||
before:rounded after:rounded;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user