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.

12345678910111213141516171819
  1. .appIcon.large {
  2. @apply w-10 h-10;
  3. }
  4. .appIcon.small {
  5. @apply w-8 h-8;
  6. }
  7. .appIcon.tiny {
  8. @apply w-6 h-6 text-base;
  9. }
  10. .appIcon.xs {
  11. @apply w-3 h-3 text-base;
  12. }
  13. .appIcon.rounded {
  14. @apply rounded-full;
  15. }