Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 13, 2024
1 parent a1132cb commit a016c3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/widgets/ZakenWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,10 @@ export default {
margin-block-end: var(--zaa-margin-10);
}
</style>
<style>
:root {
--zaa-margin-10: 10px;
--zaa-margin-20: 20px;
--zaa-margin-50: 50px;
}
</style>

0 comments on commit a016c3c

Please sign in to comment.