Skip to content

Commit

Permalink
[FINNA-1432] Fix alignment of selected library card in navbar menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Dec 11, 2024
1 parent 5e360a5 commit ebc46a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/finna2/scss/finna/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,12 @@
justify-content: left;
}
> a:not(.card-header) {
padding-left: 32px;
padding-left: 2rem;
}
.icon {
margin-left: -1.25em;
margin-left: -1.3rem;
color: $brand-primary;
position: absolute;
}
}
> li {
Expand Down

0 comments on commit ebc46a5

Please sign in to comment.