Skip to content

Commit

Permalink
Styles for read more link
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent 3eac0d6 commit 8d841e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,23 @@
.k-centre-full-name {
font-size: 20px;
}

div.more-link {
&::after {
margin-top: 3px;
content: " >";
}

&:hover {
color: $soft-blue-02;
transition: color 0.2s;
}

a:hover {
padding-right: 5px;
transition: padding 0.2s;
}
}
}

// Facets
Expand Down

0 comments on commit 8d841e9

Please sign in to comment.