Skip to content

Commit

Permalink
Merge pull request #523 from bcgov/samara-vue3
Browse files Browse the repository at this point in the history
Samara vue3
  • Loading branch information
suzalflueck authored Jan 9, 2024
2 parents 1ebe500 + cc08798 commit 164cbd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default {
},
{
key: "frenchImmersionMessage",
label: "French Immersion",
label: "French Immersion Message",
sortable: true,
editable: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,22 +291,22 @@ export default {
</script>

<style scoped>
.table th,
.table td {
.table :deep(th),
.table :deep(td) {
border-top: none !important;
}
.table th svg {
.table :deep(th) svg {
display: none !important;
}
.highlight {
:deep(.highlight) {
background: aliceblue !important;
}
.card-header {
:deep(.card-header) {
font-weight: 700 !important;
}
.gradReqsMet span + span::before {
.gradReqsMet :deep(span + span::before) {
content: ", ";
}
.gradstatus-tabs .card {
Expand Down

0 comments on commit 164cbd9

Please sign in to comment.