15 lines
188 B
SCSS
15 lines
188 B
SCSS
$lightGray: #eee;
|
|
|
|
$textColor: #171B35;
|
|
$actionColor: #2da9e1;
|
|
|
|
$darkGray: #ccc;
|
|
$lightGray: #eee;
|
|
|
|
$headerHeight: 42px;
|
|
|
|
:export {
|
|
textColor: $textColor;
|
|
actionColor: $actionColor;
|
|
}
|