Ver a proveniência

Buttons liegen jetzt im Container

bugfix/microsites
Lukas Zimmer há 2 anos
ascendente
cometimento
1a0cb7f57e
2 ficheiros alterados com 4 adições e 3 eliminações
  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 Ver ficheiro

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


if (count > 3) { 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, const btn = createButton({label:buttonLabel,
iconPosition: 'icon-right', iconPosition: 'icon-right',
icon: 'pfeil-simple-rechts'}); icon: 'pfeil-simple-rechts'});


+ 2
- 2
gfi-ihk-2024/stories/sections/event-teasers-large/event-teasers-large.scss Ver ficheiro

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




Carregando…
Cancelar
Guardar