_variables.scss
558 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
$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;