File size: 127 Bytes
a8b3f00
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
.divider {
  @apply bg-gray-200;
}
.horizontal {
  @apply w-full h-[0.5px] my-2;
}
.vertical {
  @apply w-[1px] h-full mx-2;
}