[Glitch] Port some of upstream's getting started footer links

This commit is contained in:
Thibaut Girka
2018-10-27 23:09:07 +02:00
committed by ThibG
parent 08c0f8b67c
commit 2b2facbbdf
3 changed files with 57 additions and 21 deletions

View File

@ -732,6 +732,42 @@
a {
color: $dark-text-color;
}
&__footer {
flex: 0 0 auto;
padding: 10px;
padding-top: 20px;
ul {
margin-bottom: 10px;
}
ul li {
display: inline;
}
p {
color: $dark-text-color;
font-size: 13px;
margin-bottom: 20px;
a {
color: $dark-text-color;
text-decoration: underline;
}
}
a {
text-decoration: none;
color: $darker-text-color;
&:hover,
&:focus,
&:active {
text-decoration: underline;
}
}
}
}
.column-link__badge {