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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user