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.

style.module.css 127B

123456789
  1. .divider {
  2. @apply bg-gray-200;
  3. }
  4. .horizontal {
  5. @apply w-full h-[0.5px] my-2;
  6. }
  7. .vertical {
  8. @apply w-[1px] h-full mx-2;
  9. }