Fix table styles in rte context
This commit is contained in:
@@ -13,3 +13,28 @@ p {
|
||||
a:not(.button) {
|
||||
@apply text-ep-primary-light sbw:text-sbw-primary-dark;
|
||||
}
|
||||
|
||||
table,
|
||||
.table {
|
||||
@apply w-full;
|
||||
}
|
||||
|
||||
thead {
|
||||
tr {
|
||||
@apply bg-ep-primary-dark text-white
|
||||
}
|
||||
}
|
||||
|
||||
tbody {
|
||||
tr {
|
||||
@apply odd:bg-gray-100;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
@apply p-2 text-left;
|
||||
}
|
||||
|
||||
td {
|
||||
@apply p-2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user