Could use some feedback on the react side of things, and mostly on the Sass as well, as I am sort of new to sass and don't know its full capabilities. Thank you!
Pedro Lopes
@PedroLealLopesAll comments
- @PedroLealLopesSubmitted about 4 years ago@PedroLealLopesPosted about 4 years ago
Also the HTML Validations on the report are out of my control due to the fact that those are being generated by the map API Im using
0 - @PedroLealLopesSubmitted about 4 years ago
Could use some feedback on the react side of things, and mostly on the Sass as well, as I am sort of new to sass and don't know its full capabilities. Thank you!
@PedroLealLopesPosted about 4 years agoAnd decided to implement a dark mode just for fun.
0 - @sharmaeklavyaSubmitted about 4 years ago
Any feedback will be appreciated.
Thank you.
@PedroLealLopesPosted about 4 years agoSeems that you have forgotten the background SVGs!
Marked as helpful0 - @mubaraqwahabSubmitted about 4 years ago
Hey. Please leave a comment if you find anything that should be fixed. Thank you.
@PedroLealLopesPosted about 4 years agoTry to fix accessibility issues and HTML issues first!
1 - @Kerri-AnnBatesSubmitted about 4 years ago
Had a little trouble figuring out how to change the color of the share button image, so opted to creating a new image with a different color. Any advice on how to accomplish this?
@PedroLealLopesPosted about 4 years agoTo change the color of an svg add this to its style with the respective color you wish to apply. For example:
.___footer-share-active{ fill: red; }
0