15 lines
166 B
SCSS
15 lines
166 B
SCSS
|
// Colors
|
||
|
|
||
|
$background-color: #eef2f5;
|
||
|
|
||
|
$links: #4078c0;
|
||
|
$links-gray: #666;
|
||
|
|
||
|
$tab-active: #5fc48d;
|
||
|
|
||
|
$lightgray: #e5e5e5;
|
||
|
|
||
|
$border-color: #eee;
|
||
|
|
||
|
$pagination: #a187d5;
|