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.

17 lines
474 B

2 months ago
  1. /*
  2. @layer components {
  3. .btn-primary {
  4. @apply py-2 px-4 bg-blue-200;
  5. }
  6. }
  7. */
  8. h1 { @apply text-5xl my-2}
  9. h2 { @apply text-4xl my-2}
  10. h3 { @apply text-3xl my-1}
  11. h4 { @apply text-2xl my-1}
  12. h5 { @apply text-xl}
  13. h6 { @apply text-base }
  14. .title { @apply bg-gradient-to-r from-color-primary to-color-secondary text-yellow-400 sm:rounded-t-lg; }
  15. .button { @apply bg-slate-200 hover:bg-slate-500 cursor-pointer }
  16. .menu { @apply text-slate-200 hover:bg-slate-700 p-2 text-2xl}