Skip to content

Commit

Permalink
(fix) Properly scope hyperlink styles for the left nav menu (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Mar 15, 2023
1 parent 8010687 commit ba83335
Showing 1 changed file with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
}

a {
:global(.omrs-breakpoint-gt-tablet) {
height: 2rem;
}

:global(.omrs-breakpoint-lt-desktop) {
height: 3rem;
}

color: $ui-04;
@include type.type-style("heading-compact-01");
color: $text-02;
Expand All @@ -40,19 +48,3 @@
}
}
}

:global(.omrs-breakpoint-gt-tablet) {
div {
a {
height: 2rem;
}
}
}

:global(.omrs-breakpoint-lt-desktop) {
div {
a {
height: 3rem;
}
}
}

0 comments on commit ba83335

Please sign in to comment.