Skip to content

Commit

Permalink
Merge pull request #8173 from michaelchadwick/frontend-5688-lm-search…
Browse files Browse the repository at this point in the history
…-formatting-fix

Existing LM search results style improved
  • Loading branch information
dartajax authored Oct 3, 2024
2 parents 6294c4b + d6b5683 commit 838e0dd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,30 @@
&:hover {
background: c.$culturedGrey;
}

&:last-of-type {
border-bottom: none;
min-height: auto;
}
}

.learning-material-title {
@include m.ilios-heading-h4;
@include m.ilios-heading-h5;
color: inherit;
display: block;
display: inline-flex;
gap: 5px;
margin: 0;

span {
padding-right: 2em;
}
}

.learning-material-description {
color: c.$davysGrey;
display: block;
@include m.font-size("small");
margin-left: 1.9em;
}

.learning-material-status {
Expand All @@ -75,6 +86,8 @@
}

.learning-material-properties {
margin-left: 1.6em;

li {
border: 0;
color: c.$davysGrey;
Expand All @@ -83,7 +96,7 @@
@include m.font-size("small");
margin: 0;
min-height: 0;
padding: 0 0 0 0.75rem;
padding: 0;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@

&.static {
color: c.$raisinBlack;
cursor: arrow;
cursor: default;
}

&.disabled {
color: color.adjust(c.$raisinBlack, $lightness: 40%);
cursor: arrow;
cursor: default;
}
}
}
Expand Down

0 comments on commit 838e0dd

Please sign in to comment.