Sfoglia il codice sorgente

created common and added color scheme in colors.scss

master
Ajay S 3 anni fa
parent
commit
2fc6933cf5
2 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      src/common/styles/colors.scss
  2. +0
    -0
      src/common/styles/global.scss

+ 7
- 0
src/common/styles/colors.scss Vedi File

@@ -0,0 +1,7 @@
:root {
--primary-color: #151515;
--heading-color: #484848;
--tertiary-color: #2cc38c;
--orange: #fab13e;
--pink: #ff7a5d;
}

+ 0
- 0
src/common/styles/global.scss Vedi File


Caricamento…
Annulla
Salva