1
0

feat: merge api-config.scss styles with component

This commit is contained in:
Dominik Pschenitschni
2021-10-18 14:19:45 +02:00
parent 6195637001
commit 265081417d
3 changed files with 15 additions and 13 deletions

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>