summaryrefslogtreecommitdiffstats
path: root/src/components/Branding/Branding.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(animations): replace width animations with transformArmand Philippot2022-02-181-2/+6
| | | | | | Animations based on width or height can be expensive and can cause lower performances. So, instead I use transform to obtain the same effect.
* chore: animate brandingArmand Philippot2022-02-011-0/+41
|
* feat: implement dark modeArmand Philippot2022-01-171-3/+5
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-4/+4
|
* chore: improve Branding componentArmand Philippot2022-01-141-13/+81
|
* chore: add Branding componentArmand Philippot2021-12-131-0/+52