forked from jekyll/minima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
65 lines (54 loc) · 1.02 KB
/
style.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
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@import "open-color";
@import "variables";
@import "minima";
.footnotes {
font-size: 0.8em;
}
.container {
margin: 0 auto;
max-width: 740px;
padding: 0 10px;
width: 100%;
}
.wrapper-footer {
margin-top: 50px;
border-top: 1px solid $footer-border-color;
border-bottom: 1px solid $footer-border-color;
background-color: $footer-background-color;
}
footer {
padding: 20px 0;
text-align: center;
p {
font-size: $small-font-size;
}
.svg-icon-footer {
display: block;
font-size: 0;
list-style: none;
margin: 0;
text-align: center;
li {
display: inline-block;
margin: 10px;
}
svg {
height: 30px;
width: 30px;
}
em {
font-size: 18px;
line-height: 1.5;
margin-top: -.75em;
position: absolute;
text-align: center;
top: 50%;
right: 0;
bottom: 0;
left: 0;
}
}
}