Ver código fonte

fixes

master
FlorianEisenmenger 8 horas atrás
pai
commit
0398e63725
3 arquivos alterados com 3 adições e 3 exclusões
  1. +1
    -1
      gfi-ihk-2024/stories/_global/styles/theme-colorvariant-10.scss
  2. +1
    -1
      gfi-ihk-2024/stories/components/howto-list/HowToListComponent.js
  3. +1
    -1
      gfi-ihk-2024/stories/components/howto-list/howto-list.scss

+ 1
- 1
gfi-ihk-2024/stories/_global/styles/theme-colorvariant-10.scss Ver arquivo

@@ -26,7 +26,7 @@
--gradient-a: var(--swatches-secondary-500);
--gradient-b: var(--swatches-primary-500);
// buttons / secondary
--buttons-secondary-text: var(--swatches-neutrals-white);
--buttons-secondary-text: var(--swatches-primary-600);
--buttons-secondary-background: var(--swatches-secondary-500);
// buttons / tertiary
--buttons-tertiary-text: var(--swatches-primary-500);


+ 1
- 1
gfi-ihk-2024/stories/components/howto-list/HowToListComponent.js Ver arquivo

@@ -8,7 +8,7 @@ export const createHowToList =
headline = 'Wie funktioniert’s?',
text = 'Bestimmen Sie die wirtschaftliche Ausrichtung ihrer Region mit! Wählen Sie die nächste Vollversammlung ihrer IHK. Hier erfahren Sie ganz genau, wie sie mitmachen.',
}) => {
const div = createElement('div', ['howto-list','variant-base'], null);
const div = createElement('div', ['howto-list','variant-accent'], null);
const div2 = createElement('div', ['howto-list--left'], null, div);
createElement('h2', [], headline, div2);
createElement('p', [], text, div2);


+ 1
- 1
gfi-ihk-2024/stories/components/howto-list/howto-list.scss Ver arquivo

@@ -85,7 +85,7 @@
max-width: 100px;
max-height: 100px;
border-radius: 50%;
background: var(--color-decoration);
background: var(--color-background);
}
@media(max-width: 399px) {
position: static;


Carregando…
Cancelar
Salvar