Move mixins and variables under gitlab bootstrap

This commit is contained in:
Dmitriy Zaporozhets 2012-12-19 19:02:12 +02:00
parent 52fbcd45a4
commit 965102b3f6
4 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,5 @@
/** Colors **/
$primary_color: #2FA0BB;
$link_color: #3A89A3;
$style_color: #474D57;
$hover: #D9EDF7;