client/web: add initial framework for exit node selector

Updates tailscale/corp#14335

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
Sonia Appasamy
2023-11-07 11:16:23 -05:00
committed by Sonia Appasamy
parent de2af54ffc
commit 5e095ddc20
8 changed files with 202 additions and 34 deletions
-7
View File
@@ -31,13 +31,6 @@
.card td:last-child {
@apply text-neutral-800 text-sm leading-tight;
}
.hover-button {
@apply px-2 py-1.5 bg-white rounded-[1px] cursor-pointer;
}
.hover-button:hover {
@apply bg-stone-100;
}
}
/**