mirror of
https://github.com/langgenius/dify.git
synced 2026-02-26 20:47:19 +08:00
20 lines
214 B
CSS
20 lines
214 B
CSS
.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-3 h-3 text-base;
|
|
}
|
|
|
|
.appIcon.rounded {
|
|
@apply rounded-full;
|
|
}
|