decor-6-expe/maquette-tests/assets/css/modules/_chapter-header.scss
2026-02-24 09:11:23 +01:00

79 lines
1.4 KiB
SCSS

.chapter-header{
// break-after: page;
margin-bottom: calc(var(--baseline)*6);
}
.chapter-header h2 {
string-set: title content(text);
}
.chapter-header .author {
string-set: author content(text);
}
.chapter-header .type {
string-set: type content(text);
}
.chapter-header h2{
font-size: 42px;
line-height: 0.9;
font-family: var(--title);
color: var(--blue);
margin-bottom: calc(var(--baseline)*1);
text-align: left;
font-weight: bold;
padding-right: 3ch;
}
.chapter-header .type{
margin-bottom: calc(var(--baseline)*1);
display: none;
// text-align: center;
}
.chapter-header .type{
}
.chapter-header .bio{
margin-top: calc(var(--baseline)*1);
font-family: var(--title);
hyphens: none;
font-size: 12px;
line-height: 1.2;
// left: 0px!important;
.name{
text-indent: 0;
text-align: left;
font-weight: bold;
}
.description{
text-indent: -14mm;
padding-left: 14mm;
text-align: left;
font-weight: bold;
}
}
.chapter-header .author{
left: 0px!important;
font-size: 26px;
line-height: 1;
font-family: var(--font);
// font-weight: bold;
text-align: center;
// color: var(--green);
text-align: right;
// text-transform: uppercase;
// letter-spacing: 0.01rem;
}