11 lines
294 B
SCSS
11 lines
294 B
SCSS
//
|
|
/*******************************************************
|
|
Style Color
|
|
********************************************************/
|
|
@import 'variables/theme_variables';
|
|
|
|
// $linkColor : #3ab54a;
|
|
$background : $linkColor;
|
|
$background1 : $linkColor;
|
|
$base-url :'../img/theme/color/green/';
|