9 lines
290 B
SCSS
9 lines
290 B
SCSS
|
/*******************************************************
|
||
|
Style Color
|
||
|
********************************************************/
|
||
|
@import 'variables/theme_variables';
|
||
|
|
||
|
// $linkColor : #e34931;
|
||
|
$background : $linkColor;
|
||
|
$background1 : $linkColor;
|
||
|
$base-url :'../img/theme/color/boocdo/';
|