12 lines
291 B
SCSS
12 lines
291 B
SCSS
|
|
||
|
/*******************************************************
|
||
|
Style Color
|
||
|
********************************************************/
|
||
|
@import 'variables/theme_variables';
|
||
|
|
||
|
// $linkColor : #009975;
|
||
|
$background : $linkColor;
|
||
|
$background1 : $linkColor;
|
||
|
$base-url :'../img/theme/color/cyan/';
|
||
|
|