hooked up all items on the list settings section
This commit is contained in:
parent
53df349d9f
commit
91173021b2
32 changed files with 578 additions and 178 deletions
|
|
@ -11,8 +11,10 @@
|
|||
|
||||
<style scoped>
|
||||
.card {
|
||||
padding: 1rem;
|
||||
padding: 2rem;
|
||||
background-color: lightgray;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
@ -13,6 +13,5 @@ const props = defineProps<{
|
|||
h1 {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue