diff --git a/gfi-ihk-2024/stories/_global/styles/pictograms-mapper.scss b/gfi-ihk-2024/stories/_global/styles/pictograms-mapper.scss index de084dd..7411a6e 100644 --- a/gfi-ihk-2024/stories/_global/styles/pictograms-mapper.scss +++ b/gfi-ihk-2024/stories/_global/styles/pictograms-mapper.scss @@ -1,4 +1,4 @@ -@import 'mixins'; +@use 'mixins' as *; .pictogram-topic-aeskulapstab:before { @include pictogram-aeskulapstab; } .pictogram-topic-anker:before { @include pictogram-anker; } diff --git a/gfi-ihk-2024/stories/atoms/input-checkbox-radio/input-checkbox-radio.scss b/gfi-ihk-2024/stories/atoms/input-checkbox-radio/input-checkbox-radio.scss index 6798b23..4b3e7e4 100644 --- a/gfi-ihk-2024/stories/atoms/input-checkbox-radio/input-checkbox-radio.scss +++ b/gfi-ihk-2024/stories/atoms/input-checkbox-radio/input-checkbox-radio.scss @@ -11,6 +11,7 @@ input[type="checkbox"], input[type="radio"] { position: relative; display: inline-block; vertical-align: top; + flex-shrink: 0; appearance: none; -webkit-appearance: none; background-color: var(--swatches-neutrals-white); diff --git a/gfi-ihk-2024/stories/components/gallery/gallery.js b/gfi-ihk-2024/stories/components/gallery/gallery.js index d80820f..009c01c 100644 --- a/gfi-ihk-2024/stories/components/gallery/gallery.js +++ b/gfi-ihk-2024/stories/components/gallery/gallery.js @@ -132,7 +132,7 @@ class IHKGallery { initLoading() { const imagesPerPage = this.section.data('per-page'); - const buttonWrapper = $('
').appendTo(this.section); + const buttonWrapper = $('
').appendTo(this.section); const buttonText = window.ihk.translations.loadMoreImages; if (this.items.length > imagesPerPage) { this.moreButton = $('