Skip to content

Commit

Permalink
[#4453] Remove font weight and padding from find on shelf button
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Oct 22, 2024
1 parent b531af5 commit e5b0c2e
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 221 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/stackmap_customizations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
display:inline-block;
white-space:nowrap;
margin:4px 0 4px 15px;
// padding:4px;text-shadow:0 1px 1px rgba(0,0,0,.2);
padding:0;
text-shadow:none;
font-size:1rem;
// font-weight:700;
font-weight:normal;
color:#ffffff;
background-color: #3072AB;
border-color: #3072AB;
Expand Down
Loading

0 comments on commit e5b0c2e

Please sign in to comment.