This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/frontend/styles/constants.scss

16 lines
214 B
SCSS

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