Show legal links from api if configured
This commit is contained in:
@ -19,3 +19,4 @@
|
||||
@import 'list-backgrounds';
|
||||
@import 'color-picker';
|
||||
@import 'namespaces';
|
||||
@import 'legal';
|
||||
|
6
src/styles/components/legal.scss
Normal file
6
src/styles/components/legal.scss
Normal file
@ -0,0 +1,6 @@
|
||||
.legal-links {
|
||||
margin-top: 1rem;
|
||||
text-align: right;
|
||||
color: $grey-light;
|
||||
font-size: 1rem;
|
||||
}
|
Reference in New Issue
Block a user