Skip to content

Commit 7a192eb

Browse files
committed
✨ [feat] : button-small 커스텀 클래스 지정
1 parent 71b930b commit 7a192eb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/assets/styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@ body {
4646
@apply button-medium bg-white border border-red-1 text-red-1;
4747
}
4848

49+
.button-small {
50+
@apply flex items-center gap-1 text-xs font-bold;
51+
}
52+
.button-small-primary {
53+
@apply text-primary1;
54+
}
55+
.button-small-default {
56+
@apply text-disabled;
57+
}
58+
.button-small-red {
59+
@apply text-red-1;
60+
}
61+
4962
.list-bar {
5063
@apply w-full h-8 px-4 bg-background-2 flex items-center gap-4 shrink-0;
5164
}

0 commit comments

Comments
 (0)