Skip to content

Commit

Permalink
Merge pull request #19 from contao-thememanager/develop
Browse files Browse the repository at this point in the history
Fixed a bug with article top and bottom spacings not overwriting top-bottom-spacing
  • Loading branch information
zoglo authored Nov 25, 2022
2 parents bdec578 + fb0c084 commit 1ed0731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/framework/scss/styles/_spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ $spacings-list: (
}
}
}
}

@each $size, $spacing in $list {
.top-spacing-#{$size} {
> .inside {
padding-top: var(--#{map-get($spacings-abbreviations, spacing)}-#{map-get($spacings-abbreviations, $size)});
Expand Down

0 comments on commit 1ed0731

Please sign in to comment.