Files
outline/frontend/styles/constants.scss
2016-08-24 00:37:54 -07:00

15 lines
188 B
SCSS

$lightGray: #eee;
$textColor: #171B35;
$actionColor: #3AA3E3;
$darkGray: #ccc;
$lightGray: #eee;
$headerHeight: 42px;
:export {
textColor: $textColor;
actionColor: $actionColor;
}