You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 123456789101112131415 |
- .appIcon {
- @apply flex items-center justify-center relative w-9 h-9 text-lg bg-teal-100 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.rounded {
- @apply rounded-full;
- }
|