aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/pages/partials/_article-lists.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite DescriptionList componentArmand Philippot2023-11-111-11/+4
| | | | | | | | | | | | | * add a `spacing` prop * replace `layout` prop with `isInline` prop * remove `items` prop (and classNames props) in favor of new components: Description, Group, Term * remove `withSeparator` prop (CSS content is announced by screen readers and Firefox/Safari have no support for alternative text so the consumer should add itself an element with `aria-hidden` if it need a separator) Be aware, Meta component and its consumers can be visually broken, they should be refactored before using them in production.
* refactor(components): rewrite List componentArmand Philippot2023-11-111-37/+8
| | | | | | | | | * change `items` prop to children * replace `kind` prop with `isHierarchical`, `isOrdered` & `isInline` props * add `hideMarker` prop * add `spacing` prop to control item spacing * move lists styles to Sass placeholders to avoid repeats because of headless WordPress
* chore: adjust and complete missing stylesArmand Philippot2022-05-161-0/+65
* add logo to topics pages and links * add Prism styles to articles * and a few other adjustements