feat: remove link class

This commit is contained in:
Fredrik Thorsson
2024-06-13 17:00:57 +02:00
parent d6a5980a9b
commit 9ecfa96876

View File

@@ -10,18 +10,6 @@
border: 1px solid var(--Base-Border-Subtle);
}
.link {
align-items: center;
border-bottom: 0.5px solid var(--Base-Border-Subtle);
display: flex;
justify-content: space-between;
padding: 1.5rem;
}
.link:last-child {
border-bottom: none;
}
.arrowRight {
height: 24px;
width: 24px;