aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/scss/base
Commit message (Collapse)AuthorAgeFilesLines
* chore: move htdocs to repo rootArmand Philippot2021-10-307-344/+0
|
* chore(styles): increase branding font-size and logo size on large vwArmand Philippot2021-10-271-0/+1
|
* fix(animation): add fade-in animation to project details on large vwArmand Philippot2021-10-261-2/+2
| | | | | | The animation was not triggered because I forgot to add the class in the right place. I also increase a little the animation timing.
* chore(styles): improve project details animation and increase heightArmand Philippot2021-10-261-4/+4
| | | | | | | | | Depending on content, the project details block was not completely below the toolbar before the animation ended. By using vh instead of %, the issue is fixed. I also increase a little the animation timing. I also give project details block a full height when expanded. This allows me to right longer description if needed and I can use the default font-size. It improves readability.
* refactor(styles): remove unused stylesArmand Philippot2021-10-264-15/+0
|
* chore: change header/footer stylesArmand Philippot2021-10-261-1/+1
| | | | | The branding takes a less space. I add box shadows and border to differentiate the header from the footer and the content.
* chore: print the project preview & details on clickArmand Philippot2021-10-252-1/+11
| | | | | | On small viewport, hide the project details and display it when the user clicks on toolbar button. So I adjust the toolbar z-index and the preview height.
* chore: add stylesArmand Philippot2021-10-247-0/+348