Skip to content

Commit

Permalink
Merge pull request #2687 from sul-dlss/unused-variables
Browse files Browse the repository at this point in the history
Remove unused variables
  • Loading branch information
taylor-steve authored Dec 10, 2024
2 parents 2d280b0 + cc702d1 commit 80d5cc1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/assets/stylesheets/local_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,4 @@
$brandbar-height: 35px;
$brandbar-padding-vertical: $spacer;

$home-masthead-height: 119px;

$breadcrumb-bg: transparent;
$breadcrumb-padding-vertical: $spacer;

$nav-link-padding: $spacer;

$modal-header-footer-height-guess: 280px;

// NOTE: It's believed this was introduced to fix one or both of these bugs:
// https://github.com/sul-dlss/exhibits/issues/1684
// https://github.com/sul-dlss/exhibits/issues/1618
// This appears to have the same effect as using .container-md rather than .container
// Only set max-width of containers at breakpoints above "sm"
$container-max-widths: map-remove($container-max-widths, "sm");

0 comments on commit 80d5cc1

Please sign in to comment.