Use SugarSS
This commit is contained in:
parent
597b3d047a
commit
7319a7a940
22 changed files with 105 additions and 122 deletions
13
resources/css/components/table.sss
Normal file
13
resources/css/components/table.sss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.table
|
||||
@apply w-full
|
||||
|
||||
th
|
||||
@apply bg-gray-200 text-left
|
||||
|
||||
th,
|
||||
td
|
||||
@apply px-4 py-2 border border-solid border-gray-300
|
||||
|
||||
table.is-striped
|
||||
tbody > tr:not(:nth-child(odd)) td
|
||||
@apply bg-gray-100
|
||||
Loading…
Add table
Add a link
Reference in a new issue