aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/layout/branding.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Branding componentArmand Philippot2023-11-111-110/+0
| | | | | | The component should only be responsible of the layout for the logo, the name and the optional baseline. Also, the homepage url could be different from `/` so the consumer should give the right url.
* refactor(components): extract FlippingLogo from Branding componentArmand Philippot2023-11-111-25/+0
|
* feat(components): add a generic Flip componentArmand Philippot2023-11-111-1/+31
| | | | | | The flipping animation is used at several places so it makes sense to use a single component to handle the animation. It will avoid styles duplication.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-2/+2
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: add branding animationArmand Philippot2022-05-181-34/+91
|
* chore: add a Branding componentArmand Philippot2022-04-041-0/+48