created grid system

This commit is contained in:
Yusuf Ipek
2021-05-01 15:07:44 +03:00
parent f4660562a4
commit 4d60e39e66
4 changed files with 65 additions and 0 deletions
+6
View File
@@ -1,3 +1,4 @@
// COLORS
$color-primary: #55c57a;
$color-primary-light: #55c57a;
$color-primary-dark: #28b485;
@@ -5,3 +6,8 @@ $color-primary-dark: #28b485;
$color-grey-dark: #777;
$color-white: #fff;
$color-black: #000;
// GRID background
$grid-width: 114rem;
$gutter-vertical: 8rem;
$gutter-horizontal: 6rem;