-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
94 lines (94 loc) · 1.34 KB
/
styles.css
File metadata and controls
94 lines (94 loc) · 1.34 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,800);
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
}
body {
height: 100%;
background: #b4bad2;
color: #fffce1;
font-family: 'Raleway', Arial, sans-serif;
}
#app {
height: 100%;
}
a {
color: #4e4a46;
text-decoration: none;
}
a:hover,
a:focus {
color: #c94e50;
}
main {
height: 100%;
padding: 3em 2em;
text-align: center;
background: #b4bad2;
overflow: scroll;
}
h1 {
font-weight: 800;
font-size: 3.75em;
}
.description {
max-width: 20em;
margin: 1.2em auto 1em;
line-height: 1.3em;
font-weight: 400;
}
@media screen and (max-width: 40em) {
main {
font-size: 80%;
}
h1 {
padding-top: 1em;
font-size: 2.5em;
}
}
.bm-burger-button {
position: fixed;
width: 36px;
height: 30px;
left: 36px;
top: 36px;
}
.bm-burger-bars {
background: #373a47;
}
.bm-morph-shape {
fill: #373a47;
}
.bm-menu {
background: #373a47;
}
.bm-menu a {
color: #b8b7ad;
}
.bm-menu a:hover,
.bm-menu a:focus {
color: #c94e50;
}
.bm-item-list a {
padding: 0.8em;
}
.bm-item-list a:hover {
color: #c94e50;
text-decoration: none;
}
.bm-item-list a span {
margin-left: 10px;
font-weight: 700;
}
.bm-cross {
background: #bdc3c7;
}
.bm-menu {
padding: 2.5em 1.5em 0;
font-size: 1.3em;
}