US
Asked
I want to change font and sizes, margin and padding, adding border to table column with color. also spacing and margin inside table. Any guideline for me? also let me know how can apply custom css so I will not loose my changes after each update.
- MSAnsweredHello,
The invoice view file is `resources/js/Pages/Invoice/Details.vue` SIM uses vuejs (resources/js/) and tailwindcss (resources/css/app.css) If you modify the style ot vue code then you will need to build the app `npm i && npm run build`. You can modify the item code as you need as per license.
> Please be informed that we don't offer support for modification or modified version. You are allowed to do modifications at your own risk as per license.
Thank you - Login to Reply