Skip to content

Commit

Permalink
Adjust Saved Items Styles (#1038)
Browse files Browse the repository at this point in the history
* Adjust saved items styles

* Fix typo
  • Loading branch information
K8Sewell committed Aug 12, 2024
1 parent 13e3373 commit 4a15a07
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app/assets/stylesheets/customOverrides/saved_items.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/********************************************************
DEFAULT MOBILE STYLING
********************************************************/

.blacklight-bookmarks {
font-family: YaleDisplay-Roman, "Times New Roman", Times, serif;
}

.blacklight-bookmarks .page-heading {
color: $yale_blue;
}

.bookmark-toggle, .toggle-bookmark, .bookmarksTools {
font-family: $mallory_medium, Arial, Helvetica, sans-serif
}

.bookmarksTools .btn {
padding: 0.5rem 0.75rem .375rem .75rem;
}

0 comments on commit 4a15a07

Please sign in to comment.