Files
outline/frontend/styles/constants.scss
2016-07-24 15:32:31 -07:00

12 lines
152 B
SCSS

$lightGray: #eee;
$textColor: #171B35;
$actionColor: #2da9e1;
$headerHeight: 42px;
:export {
textColor: $textColor;
actionColor: $actionColor;
}