From cc702d1985d5d654e403063020ce413a458f7ca7 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Tue, 10 Dec 2024 13:46:33 -0600 Subject: [PATCH] Remove unused variables --- app/assets/stylesheets/local_variables.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/assets/stylesheets/local_variables.scss b/app/assets/stylesheets/local_variables.scss index c2206a369..2c22cae8d 100644 --- a/app/assets/stylesheets/local_variables.scss +++ b/app/assets/stylesheets/local_variables.scss @@ -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");