-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_variables.scss
71 lines (63 loc) · 859 Bytes
/
_variables.scss
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
$mercury: (
name: "mercury",
color: #ffac2e,
speed: 5s,
radius: 3px,
orbit: 60px
);
$venus: (
name: "venus",
color: #46ffb8,
speed: 7s,
radius: 4px,
orbit: 70px
);
$earth: (
name: "earth",
color: #5ca8ff,
speed: 8s,
radius: 4px,
orbit: 90px
);
$mars: (
name: "mars",
color: #ff2a37,
speed: 12s,
radius: 3px,
orbit: 110px
);
$jupiter: (
name: "jupiter",
color: #655123,
speed: 18s,
radius: 20px,
orbit: 170px
);
$saturn: (
name: "saturn",
color: #9f8037,
speed: 19s,
radius: 18px,
orbit: 220px
);
$uranus: (
name: "uranus",
color: #786b7a,
speed: 23s,
radius: 10px,
orbit: 260px
);
$neptune: (
name: "neptune",
color: #2f9a9f,
speed: 25s,
radius: 4px,
orbit: 290px
);
$pluto: (
name: "pluto",
color: #606060,
speed: 30s,
radius: 3px,
orbit: 310px
);