WIP: refs #6416 - refactor-InvoiceIn #196

Closed
jsegarra wants to merge 17 commits from 6416-refactor-InvoiceIn into dev
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 5e3ce33b5b - Show all commits

View File

@ -27,4 +27,8 @@ const { t } = useI18n();
</template>
</QTable>
</template>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
.bg {
background-color: var(--vn-light-gray);
}
</style>

View File

@ -398,9 +398,6 @@ function setData(entity) {
}
}
}
.bg {
background-color: var(--vn-light-gray);
}
.bordered {
border: 1px solid var(--vn-text);