feat: Cria variações de cores

This commit is contained in:
Eleonora Otz de Mendonça Soares 2023-01-23 22:19:28 -03:00
parent 7df0c280cd
commit 6cebda38f4
3 changed files with 21 additions and 11 deletions

View File

@ -6,4 +6,8 @@
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
/* Grid breakpoints */
.container .link {
font-size: 14px;
line-height: 19px;
}

View File

@ -0,0 +1,6 @@
.container {
.link {
font-size: 14px;
line-height: 19px;
}
}

View File

@ -1,16 +1,16 @@
$color-black: #292929;
// Colors
$color-white: #fff;
$white: #fff;
$color-gray: #6c6c6c;
$color-gray2: #7d7d7d;
$color-gray3: #f0f0f0;
$color-gray4: #c4c4c4;
$color-gray5: #e5e5e5;
$gray-100: #bfbfbf;
$gray-200: #b9b9b9;
$gray-300: #bababa;
$gray-400: #AFAFAF;
$gray-500: #929292;
$gray-600: #575757;
$gray-700: #202020;
$color-blue: #4267b2;
$color-green: #4caf50;
$black: #000000;
/* Grid breakpoints */
$grid-breakpoints: (