feature/move-styles-to-components #874

Merged
konrad merged 45 commits from dpschen/frontend:feature/move-styles-to-components into main 2021-10-21 19:11:18 +00:00
3 changed files with 9 additions and 7 deletions
Showing only changes of commit 2aadc87e70 - Show all commits

View File

@ -17,3 +17,12 @@ export default {
}),
}
</script>
<style lang="scss" scoped>
.legal-links {
margin-top: 1rem;
text-align: right;
color: $grey-300;
font-size: 1rem;
}
</style>

View File

@ -11,6 +11,5 @@
@import "table-view";
@import "list-backgrounds";
@import "namespaces";
@import "legal";
@import "notifications";
@import "quick-actions";

View File

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