Skip to content

Commit

Permalink
SCSS lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 30, 2024
1 parent 8d841e9 commit b7486e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@

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

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

a:hover {
a.more-link:hover {
padding-right: 5px;
transition: padding 0.2s;
}
Expand Down

0 comments on commit b7486e5

Please sign in to comment.