Global margin for modals, cleaned up gm-panel styling
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<h3 class="modal-title">{{ notification.title }}</h3>
|
||||
</template>
|
||||
<template #modalBody v-if="notification.message">
|
||||
<p>{{ notification.message }}</p>
|
||||
<p class="modal-notif">{{ notification.message }}</p>
|
||||
</template>
|
||||
</Modal>
|
||||
</div>
|
||||
@ -54,3 +54,9 @@ onBeforeUnmount(() => {
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.modal-notif {
|
||||
margin: 15px;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user