Skip to content

Commit

Permalink
Merge pull request #2822 from sul-dlss/browse-card-style-update
Browse files Browse the repository at this point in the history
Set browse card border and radius with bootstrap variables
  • Loading branch information
jcoyne authored Jan 29, 2025
2 parents 8b17172 + e626919 commit a0604ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/modules/spotlight_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ body {
}
}

// TODO: Needed until we update to spotlight v5 that includes these styles.
.browse-landing .image-overlay {
border: var(--bs-border-width) solid var(--bs-border-color-translucent);
border-radius: var(--bs-border-radius);
}

// Adjust size of page titles, headings, etc.
.page-title,
.page-header {
Expand Down

0 comments on commit a0604ff

Please sign in to comment.