Back to sass
This commit is contained in:
parent
4a140df2a6
commit
19d4f8bc1b
36 changed files with 176 additions and 276 deletions
20
assets/sass/components/table.sass
Normal file
20
assets/sass/components/table.sass
Normal file
|
@ -0,0 +1,20 @@
|
|||
.table-collapse
|
||||
@apply border-collapse
|
||||
|
||||
.table-responsive
|
||||
@apply mb-4 border w-full overflow-x-auto overflow-y-hidden
|
||||
|
||||
table
|
||||
@apply mb-0 border-0 whitespace-no-wrap
|
||||
|
||||
.table
|
||||
@apply w-full table-collapse
|
||||
|
||||
& tr:nth-child(odd)
|
||||
@apply bg-grey-lighter
|
||||
|
||||
& tr th
|
||||
@apply text-left p-3 bg-white
|
||||
|
||||
& td
|
||||
@apply p-3 border-t
|
Loading…
Add table
Add a link
Reference in a new issue