From 44a1469d0f5196556f3cb23ab003b778321491fa Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Tue, 13 Dec 2022 17:09:02 +0100 Subject: [PATCH] lead in page --- assets/sass/_theme/_configuration.sass | 2 +- assets/sass/_theme/design-system/grid.sass | 1 + assets/sass/_theme/design-system/hero.sass | 19 ++++++++++--------- assets/sass/_theme/sections/pages.sass | 4 ++++ layouts/partials/GetBodyclass | 2 +- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/assets/sass/_theme/_configuration.sass b/assets/sass/_theme/_configuration.sass index 16fd8b81..36f0649d 100644 --- a/assets/sass/_theme/_configuration.sass +++ b/assets/sass/_theme/_configuration.sass @@ -123,7 +123,7 @@ $btn-padding-y: px2rem(13) !default $btn-border-radius: px2rem(4) !default // Breadcrumb -$breadcrumb-below-h1: false !default +$breadcrumb-below-h1: false !default // NOT READY YET! $breadcrumb-color: $color-text !default $breadcrumb-icon: "caret-right" !default $breadcrumb-icon-color: $color-text-alt !default diff --git a/assets/sass/_theme/design-system/grid.sass b/assets/sass/_theme/design-system/grid.sass index 107123ae..78119771 100644 --- a/assets/sass/_theme/design-system/grid.sass +++ b/assets/sass/_theme/design-system/grid.sass @@ -10,3 +10,4 @@ padding-left: offset(4) // @include media-breakpoint-up(xxl) // padding-left: offset(5) + diff --git a/assets/sass/_theme/design-system/hero.sass b/assets/sass/_theme/design-system/hero.sass index d3779fc8..f9b1aeff 100644 --- a/assets/sass/_theme/design-system/hero.sass +++ b/assets/sass/_theme/design-system/hero.sass @@ -29,15 +29,16 @@ a color: inherit - @if $breadcrumb-below-h1 - .container:first-child - display: flex - flex-direction: column - nav + .content - margin-top: 0 - .breadcrumb-nav - order: 3 - margin-top: $spacing3 + // TODO : handle hero with image + // @if $breadcrumb-below-h1 + // .container:first-child + // display: flex + // flex-direction: column + // nav + .content + // margin-top: 0 + // .breadcrumb-nav + // order: 3 + // margin-top: $spacing3 @include media-breakpoint-down(md) &--with-image diff --git a/assets/sass/_theme/sections/pages.sass b/assets/sass/_theme/sections/pages.sass index 68717365..68572d94 100644 --- a/assets/sass/_theme/sections/pages.sass +++ b/assets/sass/_theme/sections/pages.sass @@ -11,3 +11,7 @@ .page__children margin-top: $spacing3 + +.pages__section:not(.full-width) + .lead + @include h2 \ No newline at end of file diff --git a/layouts/partials/GetBodyclass b/layouts/partials/GetBodyclass index 8663c304..fd7bf370 100644 --- a/layouts/partials/GetBodyclass +++ b/layouts/partials/GetBodyclass @@ -4,7 +4,7 @@ {{- $bodyclass = printf "page-%s" $bodyclass -}} {{- end -}} -{{- if or .Params.full_width (and (eq .Kind "section") (eq .Type "posts")) -}} +{{- if or .Params.full_width (and (eq .Kind "section") (eq .Type "posts")) .Params.diplomas -}} {{- $bodyclass = printf "full-width %s" $bodyclass -}} {{- end -}} -- GitLab