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

Adicionando arquivos de variaveis de cores #41

wants to merge 4 commits into from

Conversation

GabrielBruno7
Copy link

@GabrielBruno7 GabrielBruno7 commented Dec 26, 2023

Closes #38

Feature

Adicionando arquivo de variáveis de cores

Changelog Criei o arquivo colors.scss

Checklist
  • Issue linked
  • Build working correctly
Additional info Arquivo criado baseado na paleta de cores não oficial, quando a oficial for criada irei refazer.

src/styles/colors.scss Show resolved Hide resolved
Comment on lines +2 to +12
$backgroundDefault: #fff;
$backgroundLightBlue: #62dcf6;
$backgroundDarkBlue: #003459;
$backgroundDarkGray: #1e2833;

$textBlack: #000;
$textLight: #fff;

$othersYellow: #fff1a6;
$othersPink: #ffc6da;
$othersGray: #deecf5;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A nomeclatura ta fora do padrão. Fala com o Eliabe pra que ele de o nome certinho de cada cor.

Em geral é coisa tipo $primary, $secondary, $error e etc.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Já foi solicitado, aguardando o Eliabe criar a padronização no figma.

@aalmeida00
Copy link
Member

Temos alguma atualização aqui? @GabrielBruno7

@aalmeida00
Copy link
Member

Fiz update da sua branch com a main, quando for commitar de novo no seu for vai ter que fazer um reset hard.
Só fazer esse comando se AINDA nao tiver feito nenhuma modificação, se tiver feito modificação ou commitado, faça um rebase

git fetch
git reset --hard /

Se ficar com dúvidas pode me pingar no discord.

@Alecell
Copy link
Contributor

Alecell commented Jan 11, 2024

Alguma atualização aqui @GabrielBruno7 ?

@GabrielBruno7 GabrielBruno7 closed this by deleting the head repository Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arquivo de cores
4 participants