Skip to content

Commit

Permalink
Merge pull request #1256 from UN-OCHA/berliner/HPC-9969
Browse files Browse the repository at this point in the history
HPC-9969: Refine visual styles to prevent additional and obsolete borders in link boxes
  • Loading branch information
berliner authored Dec 12, 2024
2 parents 5549884 + 7d81546 commit 7499e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion html/themes/custom/common_design_subtheme/css/styles.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
div.link-box {
gap: 1rem;
padding: 0 !important;
border: 1px solid var(--ghi-default-border-color);
border: 1px solid var(--ghi-default-border-color) !important;

& > .field--name-field-thumbnail-image {
picture {
display: block;
margin-bottom: -0.5rem;
margin-top: -1px;
margin-bottom: -1px;
}
}

Expand Down

0 comments on commit 7499e46

Please sign in to comment.