Quellcode durchsuchen

minor scss fixes

master
FlorianEisenmenger vor 18 Stunden
Ursprung
Commit
bb6099c708
3 geänderte Dateien mit 11 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      gfi-ihk-2024/stories/_global/styles/_mixins.scss
  2. +1
    -1
      gfi-ihk-2024/stories/components/video/video.scss
  3. +9
    -0
      gfi-ihk-2024/stories/sections/superlist/superlist.scss

+ 1
- 1
gfi-ihk-2024/stories/_global/styles/_mixins.scss Datei anzeigen

@@ -75,7 +75,7 @@


+ h2, + .like-h2, + h2, + .like-h2,
+ h3, + .like-h3, + h3, + .like-h3,
+ h4 + .like-h4, {
+ h4, + .like-h4, {
margin-top: 0.2em; margin-top: 0.2em;
} }
} }


+ 1
- 1
gfi-ihk-2024/stories/components/video/video.scss Datei anzeigen

@@ -1,7 +1,7 @@
@use '../../_global/styles/mixins' as *; @use '../../_global/styles/mixins' as *;
@use '../../_global/styles/vars' as *; @use '../../_global/styles/vars' as *;


.video {
.video:not(.card-slider .video):not(.teaser.video):not(.col.video) {
width: 100%; width: 100%;
margin: var(--section-margin) 0; margin: var(--section-margin) 0;
} }


+ 9
- 0
gfi-ihk-2024/stories/sections/superlist/superlist.scss Datei anzeigen

@@ -42,4 +42,13 @@
padding-bottom: 40px; padding-bottom: 40px;
} }
} }

h2,
.like-h2,
h3,
.like-h3,
h4,
.like-h4 {
margin-top: 0.2em;
}
} }

Laden…
Abbrechen
Speichern