Skip to content

Commit

Permalink
Merge pull request #1141 from sul-dlss/bl8-hover
Browse files Browse the repository at this point in the history
add box shadow, center titles
  • Loading branch information
dnoneill authored Aug 9, 2024
2 parents 2c65b10 + b2c1f91 commit 8592a4b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/assets/stylesheets/earthworks.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,17 @@

.blacklight-icons-restricted svg path {
fill: var(--stanford-digital-red)
}

.documents-list article:hover, .documents-list article:focus {
box-shadow: -4px 4px 4px 0px var(--stanford-fog-light);
}

.document-counter {
display: none;
}

.documents-list .documentHeader .index_title {
margin-left: .75rem;
align-self: center;
}

0 comments on commit 8592a4b

Please # to comment.