feat: merge legal.scss with component
This commit is contained in:
parent
f74cf516d2
commit
4223d23ce5
3 changed files with 9 additions and 7 deletions
|
@ -17,3 +17,12 @@ export default {
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.legal-links {
|
||||||
|
margin-top: 1rem;
|
||||||
|
text-align: right;
|
||||||
|
color: $grey-300;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
</style>
|
|
@ -11,6 +11,5 @@
|
||||||
@import "table-view";
|
@import "table-view";
|
||||||
@import "list-backgrounds";
|
@import "list-backgrounds";
|
||||||
@import "namespaces";
|
@import "namespaces";
|
||||||
@import "legal";
|
|
||||||
@import "notifications";
|
@import "notifications";
|
||||||
@import "quick-actions";
|
@import "quick-actions";
|
|
@ -1,6 +0,0 @@
|
||||||
.legal-links {
|
|
||||||
margin-top: 1rem;
|
|
||||||
text-align: right;
|
|
||||||
color: $grey-300;
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
Loading…
Reference in a new issue