changed styling and folder structure to sass

This commit is contained in:
Yusuf Ipek
2021-05-01 14:08:23 +03:00
parent 9dabcc2098
commit f4660562a4
18 changed files with 223 additions and 197 deletions
View File
View File
+7
View File
@@ -0,0 +1,7 @@
$color-primary: #55c57a;
$color-primary-light: #55c57a;
$color-primary-dark: #28b485;
$color-grey-dark: #777;
$color-white: #fff;
$color-black: #000;