From 556c1c80df1939f7b435e01773b25a0593f8b15c Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 16 Sep 2019 14:42:34 +0200 Subject: [PATCH] enhanced content header with `body.text-sm` --- build/scss/_layout.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build/scss/_layout.scss b/build/scss/_layout.scss index 6f8df082c..24cb3d51c 100644 --- a/build/scss/_layout.scss +++ b/build/scss/_layout.scss @@ -490,9 +490,17 @@ body, .content-header { padding: 15px $content-padding-x; + .text-sm & { + padding: 10px $content-padding-x; + } + h1 { font-size: 1.8rem; margin: 0; + + .text-sm & { + font-size: 1.5rem; + } } .breadcrumb { @@ -500,9 +508,15 @@ body, line-height: 1.8rem; margin-bottom: 0; padding: 0; + + .text-sm & { + line-height: 1.5rem; + } } } + + .hold-transition { .content-wrapper, .main-header,