Skip to content

Commit

Permalink
Update atla-overrides.scss
Browse files Browse the repository at this point in the history
adding color for facet remove X button and bottom padding for collection  in search results
  • Loading branch information
ckarpinski authored Aug 17, 2023
1 parent 3eb91a0 commit f5fe9e2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/assets/stylesheets/atla-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,12 @@ button.btn.btn-default.btn-block.citations-button.center-block:hover, button.btn
.panel.panel-default.facet_limit.blacklight-institution_sim {
display: none;
}


/* fix remove facet button color* /
.glyphicon-remove:before {
color:#d33a35;
}
/* add space for collection icon in search results view*/
.search-result-wrapper {padding-bottom:.5em;}

@media only screen and (min-width: 768px) {
.hyc-banner .hyc-title h1 {margin-bottom: 0em;}
Expand Down

0 comments on commit f5fe9e2

Please sign in to comment.