feat: merge api-config.scss styles with component
This commit is contained in:
parent
6195637001
commit
265081417d
3 changed files with 15 additions and 13 deletions
|
@ -197,3 +197,18 @@ export default {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
|
@ -18,7 +18,6 @@
|
||||||
@import "namespaces";
|
@import "namespaces";
|
||||||
@import "legal";
|
@import "legal";
|
||||||
@import "keyboard-shortcuts";
|
@import "keyboard-shortcuts";
|
||||||
@import "api-config";
|
|
||||||
@import "datepicker";
|
@import "datepicker";
|
||||||
@import "notifications";
|
@import "notifications";
|
||||||
@import "quick-actions";
|
@import "quick-actions";
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue