aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Breadcrumb/Breadcrumb.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-29/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor(styles): use compose to declare grid layouts onceArmand Philippot2022-01-101-5/+1
| | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that.
* chore: add article header stylesArmand Philippot2022-01-071-3/+2
|
* chore: move Main grid to its childrenArmand Philippot2022-01-061-1/+14
| | | | This way I can use full width background for some blocks.
* chore: add a breadcrumb componentArmand Philippot2021-12-211-0/+21