Files
outline/frontend/styles/constants.scss
2016-09-02 15:31:15 -07:00

14 lines
182 B
SCSS

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