Skip to content

Commit

Permalink
Set exhibit-card-overlay-bg variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 13, 2024
1 parent 51ff2f0 commit 24ceb12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "bootstrap-slider/dist/css/bootstrap-slider";
@import "variables";
@import "modules/blacklight_heatmaps";
@import "modules/openseadragon";
@import "blacklight-frontend/app/assets/stylesheets/blacklight/blacklight";
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/modules/spotlight_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,7 @@ h5,
z-index: 1;
}
}

.card-img-overlay {
--exhibit-card-overlay-bg: rgba(var(--stanford-fog-light), 0.9);
}
2 changes: 0 additions & 2 deletions app/assets/stylesheets/sul_variables.scss

This file was deleted.

6 changes: 0 additions & 6 deletions app/assets/stylesheets/variables.scss

This file was deleted.

0 comments on commit 24ceb12

Please sign in to comment.