style page-simple + asides
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
This commit is contained in:
parent
f61b6e8840
commit
afe5885708
9 changed files with 69 additions and 36 deletions
|
|
@ -31,7 +31,6 @@
|
|||
border: var(--border-medium);
|
||||
align-items: center;
|
||||
padding: 5px 1ch 0 1ch;
|
||||
|
||||
|
||||
font-size: var(--fs-xsmall);
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
|
|
@ -91,6 +91,4 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
13
assets/css/partials/_page-aside.scss
Normal file
13
assets/css/partials/_page-aside.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.page__aside,
|
||||
.investigation__aside{
|
||||
max-width: var(--max-w-cards);
|
||||
margin-inline: auto;
|
||||
padding-top: calc(var(--spacing)*4);
|
||||
|
||||
.aside__title{
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: calc(var(--spacing)*1)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -2910,6 +2910,19 @@ main .page__header .page__description {
|
|||
max-width: var(--max-w-content);
|
||||
}
|
||||
|
||||
.page__aside,
|
||||
.investigation__aside {
|
||||
max-width: var(--max-w-cards);
|
||||
margin-inline: auto;
|
||||
padding-top: calc(var(--spacing) * 4);
|
||||
}
|
||||
.page__aside .aside__title,
|
||||
.investigation__aside .aside__title {
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: calc(var(--spacing) * 1);
|
||||
}
|
||||
|
||||
.container-cards {
|
||||
max-width: var(--max-w-cards);
|
||||
margin: 0 auto;
|
||||
|
|
@ -3101,16 +3114,6 @@ main .page__header .page__description {
|
|||
[data-template=investigation] main #investigation__dl ul:not(.keywords) li {
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
[data-template=investigation] main .investigation__aside {
|
||||
max-width: var(--max-w-cards);
|
||||
margin-inline: auto;
|
||||
padding-top: calc(var(--spacing) * 4);
|
||||
}
|
||||
[data-template=investigation] main .investigation__aside .aside__title {
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: calc(var(--spacing) * 1);
|
||||
}
|
||||
|
||||
#investigation__content {
|
||||
padding-top: calc(var(--spacing) * 4);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -37,6 +37,7 @@
|
|||
@import "partials/site-footer";
|
||||
@import "partials/main-layout";
|
||||
@import "partials/page-header";
|
||||
@import "partials/page-aside";
|
||||
@import "partials/container-cards";
|
||||
|
||||
@import "template/home";
|
||||
|
|
|
|||
|
|
@ -66,18 +66,7 @@
|
|||
}
|
||||
|
||||
|
||||
.investigation__aside{
|
||||
max-width: var(--max-w-cards);
|
||||
margin-inline: auto;
|
||||
padding-top: calc(var(--spacing)*4);
|
||||
|
||||
.aside__title{
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: calc(var(--spacing)*1)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue