forked from noxious/client
More Tailwind conversion
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user