1
0

Show legal links from api if configured

This commit is contained in:
kolaente
2020-07-18 21:39:30 +02:00
parent 8ab9824f96
commit 0be280aae3
9 changed files with 56 additions and 0 deletions

View File

@ -19,3 +19,4 @@
@import 'list-backgrounds';
@import 'color-picker';
@import 'namespaces';
@import 'legal';

View File

@ -0,0 +1,6 @@
.legal-links {
margin-top: 1rem;
text-align: right;
color: $grey-light;
font-size: 1rem;
}