New: External links for search results

This commit is contained in:
Bogdan
2023-12-08 18:58:17 +02:00
parent 7b5e1f40ba
commit df89450428
6 changed files with 156 additions and 4 deletions
@@ -0,0 +1,13 @@
.links {
margin: 0;
}
.link {
white-space: nowrap;
}
.linkLabel {
composes: label from '~Components/Label.css';
cursor: pointer;
}