Skip to content

Commit

Permalink
Table row hover style added
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyar1128 committed Mar 26, 2022
1 parent 66cd236 commit 92bfde4
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 94 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<!-- Invoice List Table -->
<section class="">
<!-- Table Header -->
<div class="invoice-table-row bg-white mt-10 rounded-xl px-10 py-4 flex items-center gap-x-3 text-sm font-semibold text-gray-600">
<div class="invoice-table-row invoice-table-header bg-white mt-10 rounded-xl px-10 py-4 flex items-center gap-x-3 text-sm font-semibold text-gray-600">
<div class="text-left">Invoice</div>
<div class="text-left">Client name</div>
<div class="text-center">Date</div>
Expand Down
206 changes: 115 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"tailwindcss": "^3.0.7"
"tailwindcss": "^3.0.23"
},
"scripts": {
"build":"npx tailwindcss -i ./style/tailwind.css -o ./style/style.css --watch"
Expand Down
Loading

0 comments on commit 92bfde4

Please sign in to comment.