enhanced content header with body.text-sm

This commit is contained in:
REJack 2019-09-16 14:42:34 +02:00
parent e6db3e09ea
commit 556c1c80df
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888

View file

@ -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,