aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: define search form visibilityArmand Philippot2021-12-202-6/+22
|
* chore: add subject viewArmand Philippot2021-12-181-0/+26
|
* chore: create thematic page viewArmand Philippot2021-12-161-0/+11
| | | | | | | For now I have to repeat some markup/styles, I cannot reuse PostsList component. WP GraphQL does not offer edges for ACF Post2Post or filters to get thematic posts with another way. I should create custom fields in backend to improve the posts fetching.
* chore: define secondary button stylesArmand Philippot2021-12-162-0/+7
| | | | I also rename submit style to primary.
* chore: add main-nav componentArmand Philippot2021-12-131-0/+1
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: create homepage with graphql dataArmand Philippot2021-12-132-116/+9
|
* chore: define base and typography rulesArmand Philippot2021-12-133-0/+195
|
* chore: define CSS variables for colors, fonts and spacingsArmand Philippot2021-12-134-0/+80
|
* chore: define Sass functions, mixins, placeholders and variablesArmand Philippot2021-12-1310-0/+345
|
* chore: load css fontsArmand Philippot2021-12-132-0/+141
|
* chore: add modern normalize and change global css to scss fileArmand Philippot2021-12-132-16/+8
|
* build: move global styles and pages inside src directoryArmand Philippot2021-12-122-0/+132