wwf
2025-05-20 938c3e5a587ce950a94964ea509b9e7f8834dfae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.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;
}