_variables.scss 558 Bytes

$namespace: 'learndash';
$prefix: 'ld';

$border-grey: #e2e7ed;
$light-grey: #f0f3f6;
$dark-grey: #737373;
$text-color: #333333;
$text-content-color:#666666;

$text-grey: #728188;
$border-dark-grey: #7b8990;
$text-dark-grey: #495255;
$grey-on-grey: #ccd2d9;



$white: white;
$blue: #00a2e8;
$yellow: #ffd200;
$yellow-over: rgba(0,0,0,.65);
$light-yellow: #fff6cd;

$orange: #ff3c00;

$green: #019e7c;

$quiz_answer_correct: #00c349;
$quiz_answer_incorrect: #f11414;

$border-radius: 6px;

$light-blue: #ebf8fd;



$tablet-width: 768px;
$max-width: 1170px;