📦 EqualifyEverything / equalify

📄 InvitesTable.module.css · 10 lines
1
2
3
4
5
6
7
8
9
10/*
  Basic layout for invites table container.
  Add more styling as needed to match the design system.
*/
.InvitesTable {
  display: flex;
  flex-direction: column;
  gap: 12px;
}