Commit 924b239a8c48181014eb03367ccd229140224ca4

Authored by Marcelo Puebla
1 parent 29a1afc3d5
Exists in master

Creado archivo scss con constantes de la paleta de colores..

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
src/sass/_constants.scss
... ... @@ -0,0 +1,5 @@
  1 +$primary: #cd9035;
  2 +$primaryTransparency: #cd9137cc;
  3 +$highlightedArea: #df9424;
  4 +$default: #6c757d;
  5 +$defaultTransparency: #6c757dcc;
0 6 \ No newline at end of file