Add information about the project to admin index

This way it'll be easier for people to know how to contact the Consul
Democracy Foundation.

Co-Authored-By: Javi Martín <javim@elretirao.net>
This commit is contained in:
jensconsul
2023-10-11 14:59:24 +02:00
committed by Javi Martín
parent 4435673ace
commit b5c13d63d1
5 changed files with 66 additions and 0 deletions

View File

@@ -3,4 +3,29 @@
text-transform: uppercase;
border-bottom: 1px solid $border;
}
address {
> :not(:last-child) {
&::after {
content: "";
display: block;
margin-bottom: $line-height / 3;
}
}
a {
&[href^="mailto:"] {
@include has-fa-icon(envelope, regular);
}
&[href^="http"] {
@include has-fa-icon(globe, solid);
}
&::before {
margin-#{$global-right}: 0.2em;
transform: translateY(-0.2em);
}
}
}
}