20 lines
432 B
SCSS
20 lines
432 B
SCSS
$primary-main: #4c82a3;
|
|
$primary-light: #5e8eab;
|
|
$primary-dark: #447592;
|
|
|
|
$secondary-main: #7d54a3;
|
|
|
|
$box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
$border-color: #27323c;
|
|
|
|
$body-background-color: #ededed;
|
|
$overlay-background-color: #ffffff;
|
|
|
|
$text-color: #434343;
|
|
$input-text-color: #717171;
|
|
|
|
$review-feedback-correct: #178b13;
|
|
$review-feedback-incorrect: #d82222;
|
|
$review-feedback-neutral: #f39220;
|
|
$review-feedback-selected-color: #fff;
|