CSS Checkpoint
- Add the system_css template - Name the CSS files in the css directory with a numeric prefix so they sort by priority.
This commit is contained in:
parent
189a83a696
commit
4bc1390b3c
11 changed files with 863 additions and 63 deletions
25
assets/css/099_page_summary.css
Normal file
25
assets/css/099_page_summary.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
/**************************
|
||||
# COMPONENT: PAGE SUMMARY
|
||||
**************************/
|
||||
|
||||
.summary {
|
||||
&:not(:last-child) {
|
||||
margin-block-end: var(--space-l);
|
||||
}
|
||||
|
||||
.summary__post-title {
|
||||
margin-block: 0 var(--space-xs);
|
||||
}
|
||||
|
||||
.summary__post-subtitle {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.summary__content {
|
||||
margin-block-end: var(--space-m);
|
||||
}
|
||||
|
||||
:is(.summary__post-title, .summary__post-subtitle):last-child {
|
||||
margin-block-end: var(--space-m);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue