Skip to content

Commit

Permalink
moving SCSS back to common
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 25, 2024
1 parent 121e941 commit 2cdb1db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
24 changes: 0 additions & 24 deletions packages/common/src/scss/components/_BlockRichTable.scss
Original file line number Diff line number Diff line change
@@ -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];
Expand Down
11 changes: 1 addition & 10 deletions packages/vue/src/components/BlockRichTable/BlockRichTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,5 @@ export default defineComponent({
</template>

<style lang="scss">
// @import '@explorer-1/common/src/scss/components/BlockRichTable';
.BlockRichTable {
.BlockImageStandard,
.BlockText {
@apply min-w-[12rem] lg:min-w-[15rem];
.caption-area {
@apply pt-2;
}
}
}
@import '@explorer-1/common/src/scss/components/BlockRichTable';
</style>

0 comments on commit 2cdb1db

Please sign in to comment.