diff --git a/packages/common/src/scss/components/_BlockRichTable.scss b/packages/common/src/scss/components/_BlockRichTable.scss index 76e33e56..bf4ca996 100644 --- a/packages/common/src/scss/components/_BlockRichTable.scss +++ b/packages/common/src/scss/components/_BlockRichTable.scss @@ -1,28 +1,4 @@ .BlockRichTable { - table { - @apply border-gray-light-mid border-t border-b border-collapse w-full; - } - - thead { - @apply bg-jpl-blue-darker; - } - - th { - @apply p-3 lg:p-5 border-gray-light-mid border-b font-secondary uppercase text-base leading-tight tracking-wider text-white text-left font-normal; - } - - tbody { - @apply text-gray-dark; - } - - tbody { - tr { - @apply table-row bg-white border-t border-gray-light-mid; - } - td { - @apply p-3 lg:p-5 align-top; - } - } .BlockImageStandard, .BlockText { @apply min-w-[12rem] lg:min-w-[15rem]; diff --git a/packages/vue/src/components/BlockRichTable/BlockRichTable.vue b/packages/vue/src/components/BlockRichTable/BlockRichTable.vue index 05727199..b444868b 100644 --- a/packages/vue/src/components/BlockRichTable/BlockRichTable.vue +++ b/packages/vue/src/components/BlockRichTable/BlockRichTable.vue @@ -95,14 +95,5 @@ export default defineComponent({