Skip to content

Commit

Permalink
fix: css for panels was not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar committed Oct 10, 2023
1 parent c41d2ff commit 666c6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/frontend/src/components/base/BasePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<style lang="scss" scoped>
.v-card {
border-radius: 0.5em;
.v-card__title {
.v-card-title {
background-color: #efefef;
border-bottom: 1px solid lightgray;
font-weight: 800;
padding: 0.5em 1em;
}
.v-card__text {
.v-card-text {
padding: 1.5em;
}
}
Expand Down

0 comments on commit 666c6df

Please sign in to comment.