diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js new file mode 100644 index 0000000..9ea363d --- /dev/null +++ b/app/assets/config/manifest.js @@ -0,0 +1,6 @@ +//= link_tree ../images +//= link bootstrap.css +//= link application.css +//= link_tree ../../javascript .js +//= link blacklight-range-limit/index.js +//= link blacklight/manifest.js \ No newline at end of file diff --git a/app/assets/stylesheets/_collection.scss b/app/assets/stylesheets/_collection.scss index b9e9844..f26f6b0 100644 --- a/app/assets/stylesheets/_collection.scss +++ b/app/assets/stylesheets/_collection.scss @@ -9,7 +9,7 @@ margin-bottom: .5rem; border-bottom: solid 1px var.$color-teal-300; box-shadow: 0px 3px 3px -3px rgba(23, 130, 166, 0.58); - background-image: linear-gradient(to top, var.$gray-cool, var.$gray-white, var.$soft-white, var.$near-white, var.$color-background-primary); + background-image: linear-gradient(to top, var.$gray-cool, var.$gray-white, var.$near-white, var.$color-background-primary); .al-request { margin-right: 2rem; @@ -76,3 +76,7 @@ font-size: 2.5rem; font-weight: var.$bold; } + +.al-show-actions-box svg.bi { + color: var.$color-blue-500; +} diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index d1ba6fc..540ea77 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -37,11 +37,10 @@ $facet-gray: #f5f5f5; $main-gray: #ced4da; $gray-cool: #f7f8f9; $gray-white: #f9fafb; -$soft-white: #fdfdfd; -$near-white: fdfdfd; +$near-white: #fdfdfd; /* var used in Finding Aids: set to standard white */ -$color-background-primary: #fffff; +$color-background-primary: #ffffff; /* typography */ $font-base-family: var(--font-family, "Mulish", sans-serif);