forked from jgthms/marksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.scss
More file actions
37 lines (28 loc) · 887 Bytes
/
Copy pathvariables.scss
File metadata and controls
37 lines (28 loc) · 887 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
$white: hsl(217,4%,96%);
$lighter: hsl(217,4%,86%);
$light: hsl(217,4%,71%);
$medium: hsl(217,4%,48%);
$dark: hsl(217,4%,29%);
$black: hsl(217,4%,14%);
$web: #6ECD56;
$html5: #F16529;
$css3: #33A9DC;
$sass: #c69;
$red: crimson;
$green: $web;
$blue: $css3;
$yellow: hsl(48,86%,71%);
$light-yellow: hsl(48,96%,86%);
$dark-yellow: hsl(48,71%,48%);
$link: $css3;
$visited: $medium;
$background: $white;
$small: 0.875rem;
$serif: "Lora", "Playfair Display", Georgia, serif;
$sans-serif: "Roboto", "Source Sans Pro", "Open Sans", Arial, sans-serif;
$monospace: "Inconsolata", monospace;
.menu{ z-index: 9002;}
.navigation{ z-index: 9001;}
.overlay{ z-index: 9000;}
.header{ z-index: 200;}
.table-of-contents{ z-index: 100;}