A more generic tag/value component
Write styles and templates for a more generic tag/value component. Use this component for the taxonomy lists, draft tag, and page dates in the summary template.
This commit is contained in:
parent
b51aca950c
commit
edd6eb996b
11 changed files with 123 additions and 58 deletions
|
|
@ -1,3 +1,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
/**************************
|
||||
# COMPONENT: PAGE SUMMARY
|
||||
**************************/
|
||||
|
|
@ -16,8 +21,6 @@
|
|||
.page-summary__date {
|
||||
color: var(--text-color-secondary);
|
||||
display: block;
|
||||
font-size: var(--text-s);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.page-summary__title {
|
||||
|
|
@ -40,6 +43,11 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.page-summary__date,
|
||||
.page-summary__draft {
|
||||
font-size: var(--text-s);
|
||||
}
|
||||
|
||||
:is(
|
||||
.page-summary__heading,
|
||||
.page-summary__subtitle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue