Skip to content

Commit

Permalink
update box-shadow browse category
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Mar 5, 2019
1 parent ca65378 commit a688c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
@import 'header';
@import 'footer';
@import 'overrides/dropdowns';
@import 'overrides/browse_category';

body {
background-color: $masthead-bg;
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/overrides/browse_category.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.browse-category, .browse-landing .category .image-overlay, .browse-landing .category .text-overlay {
box-shadow: inset 0 0 1px 250px rgba(196,194,194,0.2)
}

0 comments on commit a688c26

Please sign in to comment.