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
Raw Normal View History

2016-04-30 18:46:32 +00:00
$textColor: #171B35;
2016-08-24 07:37:54 +00:00
$actionColor: #3AA3E3;
2016-04-30 18:46:32 +00:00
2016-09-02 22:31:15 +00:00
$darkGray: #333;
$gray: #ccc;
$lightGray: #eee;
2016-06-03 05:04:33 +00:00
$headerHeight: 42px;
2016-04-30 18:46:32 +00:00
:export {
textColor: $textColor;
2016-07-15 07:41:56 +00:00
actionColor: $actionColor;
headerHeight: $headerHeight;
2016-07-15 06:03:04 +00:00
}