14 lines
182 B
SCSS
14 lines
182 B
SCSS
$textColor: #171B35;
|
|
$actionColor: #3AA3E3;
|
|
|
|
$darkGray: #333;
|
|
$gray: #ccc;
|
|
$lightGray: #eee;
|
|
|
|
$headerHeight: 42px;
|
|
|
|
:export {
|
|
textColor: $textColor;
|
|
actionColor: $actionColor;
|
|
}
|