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>
|
||||
|
||||
<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 "legal";
|
||||
@import "keyboard-shortcuts";
|
||||
@import "api-config";
|
||||
@import "datepicker";
|
||||
@import "notifications";
|
||||
@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…
Reference in a new issue