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 15 additions and 13 deletions
Showing only changes of commit c00f2ad548 - Show all commits

View File

@ -197,3 +197,18 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.api-config {
margin-bottom: .75rem;
}
.api-url-info {
font-size: .9rem;
text-align: right;
span.url {
border-bottom: 1px dashed $primary;
}
}
</style>

View File

@ -18,7 +18,6 @@
@import "namespaces";
@import "legal";
@import "keyboard-shortcuts";
@import "api-config";
@import "datepicker";
@import "notifications";
@import "quick-actions";

View File

@ -1,12 +0,0 @@
.api-config {
margin-bottom: .75rem;
}
.api-url-info {
font-size: .9rem;
text-align: right;
span.url {
border-bottom: 1px dashed $primary;
}
}