Merged in feat/SW-3577-ui-feedback-from-sas-call (pull request #3035)

feat(SW-3577): Updated UI after feedback

Approved-by: Anton Gunnarsson
This commit is contained in:
Hrishikesh Vaipurkar
2025-10-30 09:59:05 +00:00
parent 6392325407
commit fd770ba6bb
4 changed files with 30 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
}
}
.link {
.links .link {
text-decoration: none;
color: var(--SAS-40);
@@ -27,4 +27,13 @@
color: var(--SAS-40);
text-decoration: underline;
}
&:not(:last-child):after {
content: "·";
display: inline-flex;
font-size: var(--Title-Subtitle-md-Size);
line-height: 100%;
margin-left: var(--Space-x1);
text-decoration: none;
}
}