forked from M3-Academy/desafio-react-e-typescript
feat: adicionando novas cores
This commit is contained in:
parent
c3a67c2fa1
commit
9d44030714
@ -1,16 +1,20 @@
|
||||
// Font
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
|
||||
|
||||
$font-family-Roboto: "Roboto";
|
||||
$font-family-Roboto: "Roboto", sans-serif;
|
||||
|
||||
// Colors
|
||||
$color-black: #000;
|
||||
$color-black-200: #100d0e;
|
||||
|
||||
$color-gray-200: #303030;
|
||||
$color-gray-300: #5e5e5e;
|
||||
$color-gray-350: #7d7d7d;
|
||||
$color-gray-400: #919191;
|
||||
$color-gray-450: #b9b7b7;
|
||||
$color-gray-500: #c6c6c6;
|
||||
$color-gray-600: #c4c4c4;
|
||||
$color-gray-650: #e5e5e5;
|
||||
$color-gray-700: #f2f2f2;
|
||||
$color-gray-800: #f9f9f9;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user