Skip to content

Commit

Permalink
Merge pull request #991 from City-of-Helsinki/UHF-X_remove_gray_bg_li…
Browse files Browse the repository at this point in the history
…st_of_links

UHF-X: Remove gray bg styling from list of links in project content type
  • Loading branch information
teroelonen authored Dec 4, 2024
2 parents 24ee80f + ebc4006 commit 23511ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/dist/css/styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions public/themes/custom/hdbt_subtheme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
}
}

.page-type--project {
.lower-content .component--list-of-links:last-of-type {
background-color: $color-black-5;
margin-bottom: calc((#{$footer-koro-height} + #{$spacing-quadruple}) * -1);
padding-bottom: $spacing-sextuple;
padding-top: $spacing-sextuple;
}
}

/* Project teaser specific styles */
.project-teaser .content-tags {
margin-top: 0;
Expand Down

0 comments on commit 23511ae

Please sign in to comment.