1
2 // If you felt the name is not-so-pretty,
3 // you can always change!
4
5 $pretty--class-name: pretty;
6
7 // are you sure, you wanna change my handpicked
8 // awesome super duper colors?
9
10 $pretty--color-default:#bdc3c7;
11 $pretty--color-primary:#428bca;
12 $pretty--color-info:#5bc0de;
13 $pretty--color-success:#5cb85c;
14 $pretty--color-warning:#f0ad4e;
15 $pretty--color-danger:#d9534f;
16 $pretty--color-dark:#5a656b;
17
18 // uh, boring z-index stuff, who cares.
19
20 $pretty--z-index-back:0;
21 $pretty--z-index-between:1;
22 $pretty--z-index-front:2;
23
24 // nobody will change this.
25
26 $pretty--debug:false;
27 $pretty--dev-err:'Invalid input type!';
28