aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/scss/layout/_main.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: move htdocs to repo rootArmand Philippot2021-10-301-153/+0
|
* chore: add legal noticeArmand Philippot2021-10-281-0/+15
| | | | In France, legal notice is required for any website.
* chore: add a noscript tagArmand Philippot2021-10-281-3/+24
| | | | | Since this website use mostly Javascript, users need to know that scripts must be enabled.
* chore: add todos project credentialsArmand Philippot2021-10-281-0/+5
| | | | | I change the description element from 'p' to 'div', it makes more sense since I'm using line breaks to display them.
* chore(styles): add overflow-y auto to project detailsArmand Philippot2021-10-271-0/+3
| | | | | When the content is long, it is preferable to make the div scrollable to avoid breaking design.
* chore(styles): improve project details animation and increase heightArmand Philippot2021-10-261-6/+5
| | | | | | | | | 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.
* chore: add box shadow to project details and toolbarArmand Philippot2021-10-261-0/+1
| | | | It helps to differentiate each part of the design.
* chore: print the project preview & details on clickArmand Philippot2021-10-251-1/+1
| | | | | | 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-241-0/+109