Skip to content

Commit

Permalink
fixed card heading bold being applied everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck committed Feb 1, 2024
1 parent 28c8dfe commit 9382940
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/src/components/DisplayModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export default {
</script>

<style>
.card-header {
font-weight: 700;
}
.modal-body {
height: fit-content;
width: fit-content;
Expand All @@ -55,3 +51,9 @@ export default {
background-color: rgba(0, 0, 0, 0.4);
}
</style>

<style scoped>
:deep(.card-header) {
font-weight: 700;
}
</style>

0 comments on commit 9382940

Please sign in to comment.