Format setup page correctly

This commit is contained in:
Benjamin Beganović 2020-06-30 14:14:56 +02:00
parent b28ec2ace2
commit d1b5de5e25
3 changed files with 3 additions and 2 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=baf7fef12d5e65c3d9ff",
"/css/app.css": "/css/app.css?id=369c7335c317e8ac0212",
"/css/app.css": "/css/app.css?id=01b783b731585b213487",
"/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=d244486b16dc6f94a726",
"/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=d7e708d66a9c769b4c6e",
"/js/clients/payment_methods/authorize-ach.js": "/js/clients/payment_methods/authorize-ach.js?id=9e6495d9ae236b3cb5ad",

1
tailwind.config.js vendored
View File

@ -6,6 +6,7 @@ module.exports = {
'./resources/views/email/**/*.blade.php',
'./resources/views/themes/ninja2020/**/*.blade.php',
'./resources/views/auth/**/*.blade.php',
'./resources/views/setup/**/*.blade.php'
],
theme: {
extend: {