Skip to content

Commit

Permalink
Added citation styling
Browse files Browse the repository at this point in the history
Added styling for the citation block. Closes #173
  • Loading branch information
SociableSteve committed Aug 11, 2023
1 parent ee712ba commit 28a5533
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/style/pages/packages.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ ul.ui-autocomplete li::before {
content: none;
}

.bioc-citation {
background-color: var(--neutral-n50);
border: 1px solid var(--neutral-n75);
padding: 1rem 1rem 0;
margin: 0.5rem 0 1rem;
}

@media (max-device-width: 1250px), (max-width: 1250px) {
.biocViewsTreeContainer {
display: flex;
Expand Down

0 comments on commit 28a5533

Please sign in to comment.