1
0
forked from noxious/client

More Tailwind conversion

This commit is contained in:
2024-07-06 18:47:07 +02:00
parent c544e0a12a
commit f40297485f
9 changed files with 35 additions and 188 deletions

View File

@ -5,7 +5,7 @@
<h3 class="m-0 font-medium shrink-0">{{ notification.title }}</h3>
</template>
<template #modalBody v-if="notification.message">
<p class="modal-notif">{{ notification.message }}</p>
<p class="modal-notif m-[15px]">{{ notification.message }}</p>
</template>
</Modal>
</div>
@ -54,9 +54,3 @@ onBeforeUnmount(() => {
}
})
</script>
<style lang="scss">
.modal-notif {
margin: 15px;
}
</style>