Skip to content

Commit

Permalink
Merge pull request #304 from City-of-Helsinki/UHF-9511
Browse files Browse the repository at this point in the history
UHF-9511 Uninstall content liftup
  • Loading branch information
khalima authored Oct 11, 2024
2 parents 2d5454a + ae15f87 commit f3284d0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 110 deletions.
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

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

1 change: 0 additions & 1 deletion src/scss/06_components/paragraphs/__index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@import 'columns';
@import 'common';
@import 'content-cards';
@import 'content-liftup';
@import 'hero';
@import 'image';
@import 'library';
Expand Down
7 changes: 0 additions & 7 deletions src/scss/06_components/paragraphs/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,3 @@
}
}
}

// Hide content_liftup from the paragraph list so that no more of these paragraphs are added.
// The paragraph will later be moved after all instances where it is used have been changed to
// use the unit_contact_card. This can be removed in the ticket UHF-9511.
.add-more-button-content-liftup {
display: none;
}
98 changes: 0 additions & 98 deletions src/scss/06_components/paragraphs/_content-liftup.scss

This file was deleted.

0 comments on commit f3284d0

Please sign in to comment.