mirror of
https://github.com/langgenius/dify.git
synced 2026-03-04 07:16:20 +08:00
Co-authored-by: AkaraChen <akarachen@outlook.com> Co-authored-by: Yi <yxiaoisme@gmail.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: twwu <twwu@dify.ai> Co-authored-by: kurokobo <kuro664@gmail.com> Co-authored-by: Hiroshi Fujita <fujita-h@users.noreply.github.com>
23 lines
322 B
CSS
23 lines
322 B
CSS
.appIcon {
|
|
@apply flex items-center justify-center relative w-9 h-9 text-lg rounded-lg grow-0 shrink-0;
|
|
}
|
|
|
|
.appIcon.large {
|
|
@apply w-10 h-10;
|
|
}
|
|
|
|
.appIcon.small {
|
|
@apply w-8 h-8;
|
|
}
|
|
|
|
.appIcon.tiny {
|
|
@apply w-6 h-6 text-base;
|
|
}
|
|
|
|
.appIcon.xs {
|
|
@apply w-5 h-5 text-base;
|
|
}
|
|
|
|
.appIcon.rounded {
|
|
@apply rounded-full;
|
|
} |