Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adicionando arquivos de variaveis de cores #41

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/styles/colors.scss
GabrielBruno7 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/* Paleta feita baseada no projeto front end petdex no figma : https://encr.pw/petdexfigma.
Para mais informaçoes sobre a paleta de cores acesse : https://acesse.dev/petdexpaleta.

--Como usar : https://prnt.sc/-m9cJgXiX9oI.

--Como adicionar variaveis de cor: Para adicionar uma variavel de cor utilize camelcase exemplo:
$backgroundDefault $textBlack.

-- Não é possivel utilizar kebab case exemplo: $background_Default ou $text_Default.
*/

$backgroundDefault: #fff; // saiba mais em: https://prnt.sc/AyZXZD0KgKn_
$backgroundLightBlue: #62dcf6; // saiba mais em: https://prnt.sc/ZfPyp75Zxk5q
$backgroundDarkBlue: #003459; // saiba mais em: https://prnt.sc/f3yzDVvpfZzA
$backgroundDarkGray: #1e2833; // saiba mais em: https://prnt.sc/rNQIXkPQd6z5

$textBlack: #000; // saiba mais em: https://prnt.sc/-oDMMwcgVpYX
$textLight: #fff; // saiba mais em: https://prnt.sc/u3dHpA9w4gxd

$othersYellow: #fff1a6; // saiba mais em: https://prnt.sc/vxpLp9G26ifl
$othersPink: #ffc6da; // saiba mais em: https://prnt.sc/vxpLp9G26ifl
$othersGray: #deecf5; // saiba mais em: https://prnt.sc/vxpLp9G26ifl