Procházet zdrojové kódy

Buttons liegen jetzt im Container

bugfix/microsites
Lukas Zimmer před 2 roky
rodič
revize
1a0cb7f57e
2 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. +2
    -1
      gfi-ihk-2024/stories/sections/event-teasers-large/EventTeasersLargeComponent.js
  2. +2
    -2
      gfi-ihk-2024/stories/sections/event-teasers-large/event-teasers-large.scss

+ 2
- 1
gfi-ihk-2024/stories/sections/event-teasers-large/EventTeasersLargeComponent.js Zobrazit soubor

@@ -32,7 +32,8 @@ export const createEventTeasersLarge = ({
})

if (count > 3) {
const all = createElement('div', ['all-participations'], null, section);
const btnContainer = createElement('div', ['container'], null, section);
const all = createElement('div', ['all-participations'], null, btnContainer);
const btn = createButton({label:buttonLabel,
iconPosition: 'icon-right',
icon: 'pfeil-simple-rechts'});


+ 2
- 2
gfi-ihk-2024/stories/sections/event-teasers-large/event-teasers-large.scss Zobrazit soubor

@@ -36,8 +36,8 @@
}
}
@media(max-width: 767px) {
margin-left: -6px;
margin-right: -6px;
//margin-left: -6px;
//margin-right: -6px;
}
}



Načítá se…
Zrušit
Uložit