-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_footer.scss
73 lines (62 loc) · 1.15 KB
/
_footer.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
72
73
.footer-parent {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
padding: 16px 16px 60px 16px;
text-align: left;
}
.footer {
border: none;
display: block;
margin: 0;
max-width: 100%;
padding: 0;
.col {
border: none;
display: block;
margin: 0 0 8px 0;
padding: 0;
&:first-child:before {
color: #fff;
content: "Stylesheet made by /u/dirtdiglett. Snippets from /r/overwatch used with permission from /u/turikk";
display: block;
margin: 0 0 16px 0;
}
ul {
li {
display: inline-block;
a {
background: rgba(103, 193, 245, 0.2);
border-radius: 2px;
border: none;
color: #67c1f5;
cursor: pointer;
display: inline-block;
margin-right: 4px;
padding: 4px 17px;
text-decoration: none;
text-transform: uppercase;
&:hover {
background: linear-gradient(-60deg, #417a9b 5%, #67c1f5 95%);
color: #fff;
}
}
}
li.title {
display: none;
}
}
}
}
.bottommenu {
color: #8f98a0;
font-size: 12px;
a {
color: #c6d4df;
text-decoration: none;
&:hover {
color: #fff;
}
}
.updated {
color: #a4d007;
}
}