summaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/SocialMedia/SocialMedia.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: adjust spacings, overflow and transitions of widgetsArmand Philippot2022-02-121-0/+1
|
* feat: implement dark modeArmand Philippot2022-01-171-0/+10
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-8/+8
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-0/+48
I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule.