GenderDysphoria.fyi/scss/_footer.scss

57 lines
670 B
SCSS
Raw Normal View History

2020-02-20 14:38:25 -08:00
footer, .footer {
font-size: 10px;
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
padding: 0 20px;
p {
margin: 0 auto;
}
&, a { color: #ccc; }
a { text-decoration: underline; }
.cc-by-nc-sa {
line-height: 1;
display: inline-block;
vertical-align: bottom;
.svg-icon {
margin: 0 5px;
}
}
}
.patreon-support {
font-size: 12px;
strong {
margin-bottom: 5px;
display: block;
2020-12-01 11:43:34 -08:00
color: #bbb;
2020-02-20 14:38:25 -08:00
}
a {
2020-12-01 11:43:34 -08:00
color: #bbb;
2020-02-20 14:38:25 -08:00
}
ul {
padding: 0;
li {
display: inline;
}
li::after {
content: ", ";
}
li:last-child::after {
content: "";
}
}
}