Skip to content

Commit

Permalink
decrease item trigger height in projects tree
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 14, 2023
1 parent a7adbcc commit ce26195
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
--item-pl-per-level: 1.25rem;
--item-arrow-pl: 0.5rem;

height: 3.375rem;
height: 3rem;
border-radius: 0;

&:hover {
--bg-color: #{$c-pink-hover-feed-cards};
}

@include tablet {
height: 4rem;
}
}
.projectsTreeItemTriggerActiveClassName {
--bg-color: #{$c-pink-active-feed-cards};
Expand Down

0 comments on commit ce26195

Please sign in to comment.