feat(SW-240): add borders

This commit is contained in:
Fredrik Thorsson
2024-08-13 15:09:03 +02:00
parent 8c339fa593
commit 5a0d1c6d7b
2 changed files with 8 additions and 4 deletions

View File

@@ -25,6 +25,10 @@
font-size: var(--typography-Caption-Bold-Desktop-fontSize);
}
.border {
border-right: 1px solid var(--Base-Surface-Subtle-Normal);
}
.where {
width: 100%;
max-width: 280px;