feat: remove easy admin bundle, adopt admin theme
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
@apply hover:bg-gray-200/50;
|
||||
}
|
||||
|
||||
.button--warning {
|
||||
@apply bg-none bg-red-500 text-white;
|
||||
@apply hover:bg-red-500/50;
|
||||
}
|
||||
|
||||
.sbw {
|
||||
.button--primary {
|
||||
@apply bg-none bg-sbw-secondary text-white;
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
.data-table-wrapper {
|
||||
@apply overflow-x-auto lg:overflow-x-visible mb-8;
|
||||
}
|
||||
|
||||
.data-table-wrapper__inner {
|
||||
@apply align-middle inline-block min-w-full overflow-hidden lg:overflow-visible;
|
||||
}
|
||||
|
||||
table {
|
||||
@apply min-w-full;
|
||||
}
|
||||
|
||||
tbody {
|
||||
@apply bg-white;
|
||||
}
|
||||
|
||||
tr {
|
||||
@apply border border-gray-300;
|
||||
}
|
||||
|
||||
th {
|
||||
@apply px-4 py-2 bg-gray-200 text-left leading-4 font-bold text-primary align-top;
|
||||
}
|
||||
|
||||
td {
|
||||
@apply px-4 py-2 leading-5 align-top;
|
||||
|
||||
}
|
||||
|
||||
table.horizontal td {
|
||||
@apply py-4;
|
||||
}
|
||||
|
||||
.data-table tbody tr {
|
||||
@apply hover:bg-gray-100;
|
||||
}
|
||||
Reference in New Issue
Block a user