aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/base/_spacings.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): split Layout component in smaller componentsArmand Philippot2023-11-221-1/+0
| | | | | The previous component was too long and hardly readable. So I splitted it in different part and added tests.
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-3/+3
| | | | | | 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 a Layout componentArmand Philippot2022-04-221-9/+1
| | | | It defines the different components used by all other layouts.
* chore: increase toolbar buttons sizeArmand Philippot2022-02-131-1/+1
| | | | | | On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect.
* chore: ensure 100vh height and improve Header/Footer stylesArmand Philippot2022-01-081-1/+1
|
* chore: move toolbar size to global scopeArmand Philippot2021-12-201-0/+11
| | | | It allows me to manage footer padding on small viewports.
* chore: define CSS variables for colors, fonts and spacingsArmand Philippot2021-12-131-0/+25