diff --git a/app/assets/stylesheets/kaui/invoice.scss b/app/assets/stylesheets/kaui/invoice.scss index eb3b0ffa..fd7bcb0a 100644 --- a/app/assets/stylesheets/kaui/invoice.scss +++ b/app/assets/stylesheets/kaui/invoice.scss @@ -56,3 +56,18 @@ table.invoice-totals { font-size: 12px; padding: 5px 30px; } + +.invoice-bar{ + display: flex; + justify-content: space-between; + margin-bottom: 10px; +} + +.search-icon{ + margin-left: -25px; + opacity: 0.5; +} + +#search-invoice-btn{ + margin-left: 10px; +} \ No newline at end of file diff --git a/app/views/kaui/invoices/index.html.erb b/app/views/kaui/invoices/index.html.erb index 7958ef6c..24f27f45 100644 --- a/app/views/kaui/invoices/index.html.erb +++ b/app/views/kaui/invoices/index.html.erb @@ -1,9 +1,15 @@